File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Sources/SwiftUINavigationCore Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -228,9 +228,9 @@ extension ButtonState: Hashable where Action: Hashable {
228
228
}
229
229
230
230
#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 { }
234
234
#endif
235
235
236
236
// MARK: - SwiftUI bridging
Original file line number Diff line number Diff line change @@ -266,11 +266,11 @@ extension ConfirmationDialogState: Hashable where Action: Hashable {
266
266
}
267
267
268
268
#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 { }
274
274
#endif
275
275
276
276
// MARK: - SwiftUI bridging
You can’t perform that action at this time.
0 commit comments