Przeglądaj źródła

fix intendation

cyberta 6 lat temu
rodzic
commit
961deb556f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      deltachat-ios/AppDelegate.swift

+ 1 - 1
deltachat-ios/AppDelegate.swift

@@ -73,7 +73,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         start()
         if !isConfigured {
             appCoordinator.presentLoginController()
-		}
+        }
         return true
     }