From db6bc9dbfed001f21e6728fd36413d9342c235b4 Mon Sep 17 00:00:00 2001 From: stephencelis Date: Tue, 25 Feb 2025 18:52:47 +0000 Subject: [PATCH] Run swift-format --- .../UIKitNavigation/Navigation/NavigationStackController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/UIKitNavigation/Navigation/NavigationStackController.swift b/Sources/UIKitNavigation/Navigation/NavigationStackController.swift index 6a1d283dc..db91c4b27 100644 --- a/Sources/UIKitNavigation/Navigation/NavigationStackController.swift +++ b/Sources/UIKitNavigation/Navigation/NavigationStackController.swift @@ -149,7 +149,7 @@ } } if !invalidIndices.isEmpty { - path.remove(atOffsets: invalidIndices) + path.remove(atOffsets: invalidIndices) } setViewControllers(newViewControllers, animated: !transaction.uiKit.disablesAnimations) }