Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored and github-actions[bot] committed Nov 16, 2023
1 parent 339ae26 commit a384c00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ final class ForEachReducerTests: BaseTCATestCase {
await store.send(.rows(.element(id: 2, action: ""))) {
$0.rows[id: 2]?.value = ""
}
await store.receive(\.rows[id: 2]) {
await store.receive(\.rows[id:2]) {
$0.rows[id: 2]?.value = "Empty"
}
}
Expand Down

0 comments on commit a384c00

Please sign in to comment.