浏览代码

fix indentation

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

+ 2 - 2
deltachat-ios/Chat/ChatViewController.swift

@@ -388,8 +388,8 @@ class ChatViewController: UITableViewController {
 
         backgroundObserver = nc.addObserver(self,
                                             selector: #selector(applicationDidResignActive(_:)),
-                                       name: UIApplication.willResignActiveNotification,
-                                       object: nil)
+                                            name: UIApplication.willResignActiveNotification,
+                                            object: nil)
 
         keyboardObserver = nc.addObserver(self,
                                           selector: #selector(keyboardWillShow(_:)),