Skip to content

Commit aa64e83

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent e4b0d4d commit aa64e83

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Sources/UIKitNavigation/Navigation/Presentation.swift

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,11 @@
358358
}
359359
}
360360
let childController = content(unwrappedItem)
361-
let onDismiss = { [
362-
weak self,
363-
presentationID = id(unwrappedItem.wrappedValue)
364-
] in
361+
let onDismiss = {
362+
[
363+
weak self,
364+
presentationID = id(unwrappedItem.wrappedValue)
365+
] in
365366
if let wrappedValue = item.wrappedValue, presentationID == id(wrappedValue) {
366367
inFlightController = self?.presentedByID[key]?.controller
367368
item.wrappedValue = nil

0 commit comments

Comments
 (0)