Explorar o código

indent let statement

cyberta %!s(int64=5) %!d(string=hai) anos
pai
achega
fb086a5f38
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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" {
             sendAnimatedImage(url: url)
         } else if let data = try? Data(contentsOf: url as URL),
-            let image = UIImage(data: data) {
+                  let image = UIImage(data: data) {
             sendImage(image)
         }
     }