浏览代码

fix intendation

cyberta 6 年之前
父节点
当前提交
961deb556f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
     }