Skip to content

Commit fd2ba86

Browse files
committed
Fix lint warnings
1 parent 5c053a6 commit fd2ba86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Transition/HeroTransition+Start.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@ extension HeroTransition {
163163
processors.forEach {
164164
$0.process(fromViews: context.fromViews, toViews: context.toViews)
165165
}
166-
166+
167167
animatingFromViews = context.fromViews.filter { (view: UIView) -> Bool in
168168
animators.contains { $0.canAnimate(view: view, appearing: false) }
169169
}
170-
170+
171171
animatingToViews = context.toViews.filter { (view: UIView) -> Bool in
172172
animators.contains { $0.canAnimate(view: view, appearing: true) }
173173
}

0 commit comments

Comments
 (0)