2
0
Heesang 2 жил өмнө
parent
commit
d38455d567

+ 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)