Fix formatting
This commit is contained in:
parent
8e9568160f
commit
afba2bc1fe
|
@ -2,8 +2,7 @@ abstract class AppConfig {
|
|||
static const String applicationName = 'FurryChat';
|
||||
static const String defaultHomeserver = 'matrix.tchncs.de';
|
||||
static const String privacyUrl = 'https://fluffychat.im/en/privacy.html';
|
||||
static const String sourceCodeUrl =
|
||||
'https://github.com/innereq/FurryChat';
|
||||
static const String sourceCodeUrl = 'https://github.com/innereq/FurryChat';
|
||||
static const String supportUrl =
|
||||
'https://github.com/innereq/FurryChat/issues';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue