소스 검색

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(_:)),