Skip to content

Commit a384c00

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 339ae26 commit a384c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ComposableArchitectureTests/Reducers/ForEachReducerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class ForEachReducerTests: BaseTCATestCase {
2222
await store.send(.rows(.element(id: 2, action: ""))) {
2323
$0.rows[id: 2]?.value = ""
2424
}
25-
await store.receive(\.rows[id: 2]) {
25+
await store.receive(\.rows[id:2]) {
2626
$0.rows[id: 2]?.value = "Empty"
2727
}
2828
}

0 commit comments

Comments
 (0)