Skip to content

Commit 410645c

Browse files
davdromangithub-actions[bot]
authored andcommitted
Run SwiftFormat
1 parent 01a3322 commit 410645c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/NavigationTransitions/NavigationTransitionDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ final class NavigationTransitionAnimatorProvider: NSObject, UIViewControllerAnim
131131
container.insertSubview(toUIView, belowSubview: fromUIView)
132132
}
133133

134-
let fromView = AnimatorTransientView(fromUIView)
135-
let toView = AnimatorTransientView(toUIView)
134+
let fromView = AnimatorTransientView(fromUIView)
135+
let toView = AnimatorTransientView(toUIView)
136136

137137
handler(fromView, toView, operation, container)
138138

0 commit comments

Comments
 (0)