浏览代码

fixed lint issue

nayooti 5 年之前
父节点
当前提交
707af4ec0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/Extensions/UIImageView+Extensions.swift

+ 1 - 1
deltachat-ios/Extensions/UIImageView+Extensions.swift

@@ -3,7 +3,7 @@ import DcCore
 
 extension UIImageView {
 
-    func loadVideoThumbnail(from url: URL, placeholderImage: UIImage?, completionHandler: ((UIImage?)->Void)?) {
+    func loadVideoThumbnail(from url: URL, placeholderImage: UIImage?, completionHandler: ((UIImage?) -> Void)?) {
 
         self.image = placeholderImage
         DispatchQueue.global(qos: .background).async {