From afba2bc1fe90ea1f44077cfd53e1e41374e56fd5 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 6 Oct 2020 22:15:40 +0000 Subject: [PATCH] Fix formatting --- lib/config/app_config.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/config/app_config.dart b/lib/config/app_config.dart index 92088be..3a1b0d1 100644 --- a/lib/config/app_config.dart +++ b/lib/config/app_config.dart @@ -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'; }