Browse Source

fixed lint issue

nayooti 5 years ago
parent
commit
707af4ec0e
1 changed files with 1 additions and 1 deletions
  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 {