浏览代码

fix indentation

cyberta 5 年之前
父节点
当前提交
15735091ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()
             }