Skip to content

Commit 4cf2104

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 4406349 commit 4cf2104

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Sources/ComposableArchitecture/SwiftUI/Alert.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ extension View {
6565
@available(
6666
*,
6767
deprecated,
68-
message: """
68+
message:
69+
"""
6970
Use 'View.alert(store:)' with 'PresentationState' and 'PresentationAction' instead, or use 'Alert.init(state:)' to create an alert in iOS 13.
7071
"""
7172
)

Sources/ComposableArchitecture/SwiftUI/ConfirmationDialog.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ extension View {
7070
@available(
7171
*,
7272
deprecated,
73-
message: """
73+
message:
74+
"""
7475
Use 'View.confirmationDialog(store:)' with 'PresentationState' and 'PresentationAction' instead, or use 'ActionSheet.init(state:)' to create a confirmation dialog in iOS 13.
7576
"""
7677
)

0 commit comments

Comments
 (0)