瀏覽代碼

fix formatting

cyberta 5 年之前
父節點
當前提交
f0796edcac
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      deltachat-ios/Controller/ChatViewController.swift

+ 2 - 1
deltachat-ios/Controller/ChatViewController.swift

@@ -838,7 +838,8 @@ extension ChatViewController: MessagesDataSource {
         return text
     }
 
-    private func attachPadlock(to text: NSMutableAttributedString) { let imageAttachment = NSTextAttachment()
+    private func attachPadlock(to text: NSMutableAttributedString) {
+        let imageAttachment = NSTextAttachment()
         imageAttachment.image = UIImage(named: "ic_lock.png")
         imageAttachment.image?.accessibilityIdentifier = String.localized("encrypted_message")
         let imageString = NSMutableAttributedString(attachment: imageAttachment)