Skip to content

Commit 90b7bee

Browse files
author
funzin
committed
Add space
1 parent bb668a1 commit 90b7bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sica/Source/FillMode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public struct FillMode {
2020
public static let forwards = FillMode(rawValue: kCAFillModeForwards)
2121
public static let backwards = FillMode(rawValue: kCAFillModeBackwards)
2222
public static let both = FillMode(rawValue: kCAFillModeBoth)
23-
public static let removed= FillMode(rawValue: kCAFillModeRemoved)
23+
public static let removed = FillMode(rawValue: kCAFillModeRemoved)
2424
#endif
2525

2626
let rawValue: RawValue

0 commit comments

Comments
 (0)