Explorar el Código

indent let statement

cyberta hace 5 años
padre
commit
fb086a5f38
Se han modificado 1 ficheros con 1 adiciones y 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)
         }
     }