Browse Source

fix indentation

cyberta 5 years ago
parent
commit
15735091ad
1 changed files with 1 additions and 1 deletions
  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()
             }