Skip to content

Commit 606d35a

Browse files
mbrandonwmluisbrown
authored andcommitted
Run swift-format
(cherry picked from commit 9406f4d8204054cd92cd9d0d854e4b06145a8878)
1 parent 1dec91e commit 606d35a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/Todos/TodosTests/TodosTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class TodosTests: XCTestCase {
2828
at: 0
2929
)
3030
}
31-
31+
3232
await store.send(.addTodoButtonTapped) {
3333
$0.todos = [
3434
TodoState(
@@ -40,7 +40,7 @@ final class TodosTests: XCTestCase {
4040
description: "",
4141
id: UUID(uuidString: "00000000-0000-0000-0000-000000000000")!,
4242
isComplete: false
43-
)
43+
),
4444
]
4545
}
4646
}

0 commit comments

Comments
 (0)