Browse Source

Merge pull request #2184 from Heeesang/update-comment-spacing

Comment Modification - Adding Space
Wei Wang 2 years ago
parent
commit
b1f22bd767
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/Image/Image.swift

+ 1 - 1
Sources/Image/Image.swift

@@ -178,7 +178,7 @@ extension KingfisherWrapper where Base: KFCrossPlatformImage {
         #endif
         }
 
-        //Flip image one more time if needed to, this is to prevent flipped image
+        // Flip image one more time if needed to, this is to prevent flipped image
         switch orientation {
         case .upMirrored, .downMirrored:
             transform = transform.translatedBy(x: size.width, y: 0)