From e0bc337460e5dc367655d6d23ae76735ccfbd2b2 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 23 Dec 2020 10:20:24 +0100 Subject: [PATCH] fix: Format --- lib/app_config.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/app_config.dart b/lib/app_config.dart index d9b4de5a..aa527e43 100644 --- a/lib/app_config.dart +++ b/lib/app_config.dart @@ -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;