Skip to content

Commit f818421

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 0fb73c2 commit f818421

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Sources/ComposableArchitecture/Internal/Deprecations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import XCTestDynamicOverlay
1414
/// - environment: The environment of dependencies for the application.
1515
@available(
1616
*, deprecated,
17-
message:
17+
message:
1818
"""
1919
If you use this initializer, please open a discussion on GitHub and let us know how: \
2020
https://github.com/pointfreeco/swift-composable-architecture/discussions/new

Sources/ComposableArchitecture/SwiftUI/Binding.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,4 +589,3 @@ extension Reducer where Action: BindableAction, State == Action.State {
589589
}
590590
}
591591
#endif
592-

Tests/ComposableArchitectureTests/RuntimeWarningTests.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ final class RuntimeWarningTests: XCTestCase {
6969
7070
The "Store" class is not thread-safe, and so all interactions with an instance of "Store" \
7171
(including all of its scopes and derived view stores) must be done on the main thread.
72-
"""
72+
""",
7373
].contains($0.compactDescription)
7474
}
7575

@@ -101,7 +101,7 @@ final class RuntimeWarningTests: XCTestCase {
101101
102102
The "Store" class is not thread-safe, and so all interactions with an instance of "Store" \
103103
(including all of its scopes and derived view stores) must be done on the main thread.
104-
"""
104+
""",
105105
].contains($0.compactDescription)
106106
}
107107

@@ -141,9 +141,9 @@ final class RuntimeWarningTests: XCTestCase {
141141
142142
The "Store" class is not thread-safe, and so all interactions with an instance of "Store" \
143143
(including all of its scopes and derived view stores) must be done on the main thread.
144-
"""
144+
""",
145145
]
146-
.contains($0.compactDescription)
146+
.contains($0.compactDescription)
147147
}
148148

149149
enum Action { case tap, response }

0 commit comments

Comments
 (0)