We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb668a1 commit 90b7beeCopy full SHA for 90b7bee
Sica/Source/FillMode.swift
@@ -20,7 +20,7 @@ public struct FillMode {
20
public static let forwards = FillMode(rawValue: kCAFillModeForwards)
21
public static let backwards = FillMode(rawValue: kCAFillModeBackwards)
22
public static let both = FillMode(rawValue: kCAFillModeBoth)
23
- public static let removed= FillMode(rawValue: kCAFillModeRemoved)
+ public static let removed = FillMode(rawValue: kCAFillModeRemoved)
24
#endif
25
26
let rawValue: RawValue
0 commit comments