소스 검색

removed typo

nayooti 5 년 전
부모
커밋
bbdaa1c68b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      deltachat-ios/ViewModel/ChatListViewModel.swift

+ 2 - 1
deltachat-ios/ViewModel/ChatListViewModel.swift

@@ -19,7 +19,7 @@ protocol ChatListViewModelProtocol: class, UISearchResultsUpdating {
     func beginSearch()
     func endSearch()
     func titleForHeaderIn(section: Int) -> String? // only visible on search results
-    
+
     /// returns ROW of table
     func deleteChat(chatId: Int) -> Int
     func archiveChatToggle(chatId: Int)
@@ -317,3 +317,4 @@ extension ChatListViewModel: UISearchResultsUpdating {
         }
     }
 }
+