Skip to content

Commit db6bc9d

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 7bf6bbf commit db6bc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/UIKitNavigation/Navigation/NavigationStackController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
}
150150
}
151151
if !invalidIndices.isEmpty {
152-
path.remove(atOffsets: invalidIndices)
152+
path.remove(atOffsets: invalidIndices)
153153
}
154154
setViewControllers(newViewControllers, animated: !transaction.uiKit.disablesAnimations)
155155
}

0 commit comments

Comments
 (0)