Browse Source

fix formatting

cyberta 5 năm trước cách đây
mục cha
commit
f0796edcac
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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)