Skip to content

Commit 905274b

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 780edcc commit 905274b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Sources/SwiftUINavigationCore/ButtonState.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ extension ButtonState: Hashable where Action: Hashable {
228228
}
229229

230230
#if swift(>=5.7)
231-
extension ButtonStateAction: Sendable where Action: Sendable {}
232-
extension ButtonStateAction._ActionType: Sendable where Action: Sendable {}
233-
extension ButtonState: Sendable where Action: Sendable {}
231+
extension ButtonStateAction: Sendable where Action: Sendable {}
232+
extension ButtonStateAction._ActionType: Sendable where Action: Sendable {}
233+
extension ButtonState: Sendable where Action: Sendable {}
234234
#endif
235235

236236
// MARK: - SwiftUI bridging

Sources/SwiftUINavigationCore/ConfirmationDialogState.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,11 @@ extension ConfirmationDialogState: Hashable where Action: Hashable {
266266
}
267267

268268
#if swift(>=5.7)
269-
@available(iOS 13, *)
270-
@available(macOS 12, *)
271-
@available(tvOS 13, *)
272-
@available(watchOS 6, *)
273-
extension ConfirmationDialogState: Sendable where Action: Sendable {}
269+
@available(iOS 13, *)
270+
@available(macOS 12, *)
271+
@available(tvOS 13, *)
272+
@available(watchOS 6, *)
273+
extension ConfirmationDialogState: Sendable where Action: Sendable {}
274274
#endif
275275

276276
// MARK: - SwiftUI bridging

0 commit comments

Comments
 (0)