Quellcode durchsuchen

fix whitespace issue

cyberta vor 4 Jahren
Ursprung
Commit
77410d5292
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      deltachat-ios/Chat/ChatViewController.swift

+ 0 - 1
deltachat-ios/Chat/ChatViewController.swift

@@ -464,7 +464,6 @@ class ChatViewController: UITableViewController {
         nc.removeObserver(self, name: UIApplication.didBecomeActiveNotification, object: nil)
         nc.removeObserver(self, name: UIApplication.willResignActiveNotification, object: nil)
         audioController.stopAnyOngoingPlaying()
-        
     }
 
     override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {