Skip to content

Commit b432441

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 3a02c5e commit b432441

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Sources/ComposableArchitecture/TestStore.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ extension TestStore where State: Equatable {
10081008
/// <doc:Testing#Non-exhaustive-testing>), which allow you to assert on a subset of the things
10091009
/// happening inside your features. For example, you can send an action in a child feature
10101010
/// without asserting on how many changes in the system, and then tell the test store to
1011-
/// ``finish(timeout:fileID:file:line:column:)-klnc`` by executing all of its effects, and finally
1011+
/// ``finish(timeout:fileID:file:line:column:)-klnc`` by executing all of its effects, and finally
10121012
/// to ``skipReceivedActions(strict:fileID:file:line:column:)`` to receive all actions. After that
10131013
/// is done you can assert on the final state of the store:
10141014
///

Sources/ComposableArchitecture/UIKit/NavigationStackControllerUIKit.swift

-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@
6868
}
6969
}
7070
#endif
71-

Tests/ComposableArchitectureTests/RuntimeWarningTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
] = .init()
250250
} issueMatcher: {
251251
$0.compactDescription == """
252-
failed - A navigation stack binding at "file.swift:1" was written to with a path that \
252+
failed - A navigation stack binding at "file.swift:1" was written to with a path that \
253253
has the same number of elements that already exist in the store. A view should only \
254254
write to this binding with a path that has pushed a new element onto the stack, or \
255255
popped one or more elements from the stack.

0 commit comments

Comments
 (0)