fix: Format

This commit is contained in:
Christian Pauly 2020-12-23 10:20:24 +01:00
parent c4d1b17442
commit e0bc337460
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ abstract class AppConfig {
static const bool enableRegistration = true;
static String _privacyUrl = 'https://fluffychat.im/en/privacy.html';
static String get privacyUrl => _privacyUrl;
static const String sourceCodeUrl =
'https://gitlab.com/famedly/fluffychat';
static const String sourceCodeUrl = 'https://gitlab.com/famedly/fluffychat';
static const String supportUrl =
'https://gitlab.com/famedly/fluffychat/issues';
static const bool enableSentry = true;