Skip to content

Commit 3eb62da

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 552e757 commit 3eb62da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sources/ComposableArchitecture/Observation/Binding+Observation.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ extension BindingAction {
112112
reportIssue(
113113
"""
114114
A binding action sent from a store was not handled. …
115-
115+
116116
Action:
117117
\(typeName(Action.self)).binding(.set(_, \(valueDump)))
118-
118+
119119
To fix this, invoke "BindingReducer()" from your feature reducer's "body".
120120
"""
121121
)

Sources/ComposableArchitecture/TestStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ import IssueReporting
429429
#if swift(<5.10)
430430
@MainActor(unsafe)
431431
#else
432-
@preconcurrency @MainActor
432+
@preconcurrency@MainActor
433433
#endif
434434
public final class TestStore<State: Equatable, Action> {
435435
/// The current dependencies of the test store.

0 commit comments

Comments
 (0)