浏览代码

indent let statement

cyberta 5 年之前
父节点
当前提交
fb086a5f38
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/Controller/ChatViewController.swift

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

@@ -1053,7 +1053,7 @@ extension ChatViewController: MessagesDataSource {
         if url.pathExtension == "gif" {
         if url.pathExtension == "gif" {
             sendAnimatedImage(url: url)
             sendAnimatedImage(url: url)
         } else if let data = try? Data(contentsOf: url as URL),
         } else if let data = try? Data(contentsOf: url as URL),
-            let image = UIImage(data: data) {
+                  let image = UIImage(data: data) {
             sendImage(image)
             sendImage(image)
         }
         }
     }
     }