Skip to content

Commit 2ae99bb

Browse files
author
funzin
committed
Remove space
1 parent 074c5b2 commit 2ae99bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sica/Source/Animator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public final class Animator {
107107
}
108108
group.animations = animations
109109
group.duration = totalDuration(type: type)
110-
group.fillMode = FillMode.forwards.rawValue
110+
group.fillMode = FillMode.forwards.rawValue
111111
group.isRemovedOnCompletion = isRemovedOnCompletion
112112

113113
if let completion = completion {

0 commit comments

Comments
 (0)