Skip to content

Commit a218062

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 3fff790 commit a218062

File tree

4 files changed

+163
-143
lines changed

4 files changed

+163
-143
lines changed

Sources/SwiftUINavigation/Alert.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#if canImport(SwiftUI)
22
import SwiftUI
3-
3+
44
@available(iOS 15, macOS 12, tvOS 15, watchOS 8, *)
5-
extension View {
5+
extension View {
66

77
/// Presents an alert from a binding to optional alert state.
88
///

Sources/SwiftUINavigation/Binding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@
156156
}
157157
}
158158
}
159-
#endif // canImport(SwiftUI)
159+
#endif // canImport(SwiftUI)

0 commit comments

Comments
 (0)