Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
funzin committed Sep 27, 2018
1 parent 074c5b2 commit 2ae99bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sica/Source/Animator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public final class Animator {
}
group.animations = animations
group.duration = totalDuration(type: type)
group.fillMode = FillMode.forwards.rawValue
group.fillMode = FillMode.forwards.rawValue
group.isRemovedOnCompletion = isRemovedOnCompletion

if let completion = completion {
Expand Down

0 comments on commit 2ae99bb

Please sign in to comment.