浏览代码

fix lint issue

cyberta 4 年之前
父节点
当前提交
2abb5f23b7
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      deltachat-ios/Coordinator/AppCoordinator.swift

+ 3 - 1
deltachat-ios/Coordinator/AppCoordinator.swift

@@ -140,7 +140,9 @@ class AppCoordinator {
     }
 
     func resetTabBarRootViewControllers() {
-        self.tabBarController.setViewControllers([createQrNavigationController(), createChatsNavigationController(), createSettingsNavigationController()], animated: false)
+        self.tabBarController.setViewControllers([createQrNavigationController(),
+                                                  createChatsNavigationController(),
+                                                  createSettingsNavigationController()], animated: false)
         presentTabBarController()
     }
 }