Parcourir la source

fix indentation

cyberta il y a 5 ans
Parent
commit
15735091ad
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      deltachat-ios/Controller/GroupChatDetailViewController.swift

+ 1 - 1
deltachat-ios/Controller/GroupChatDetailViewController.swift

@@ -402,7 +402,7 @@ extension GroupChatDetailViewController: UITableViewDelegate, UITableViewDataSou
             case .archiveChat:
                 toggleArchiveChat()
             case .leaveGroup:
-                 showLeaveGroupConfirmationAlert()
+                showLeaveGroupConfirmationAlert()
             case .deleteChat:
                 showDeleteChatConfirmationAlert()
             }