Skip to content

Commit 23e5b64

Browse files
stephencelisp4checo
authored andcommitted
Run swift-format
(cherry picked from commit a67a75fa21c3babe14e7960fb5348b4ae3a6aa29)
1 parent ade02f0 commit 23e5b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ComposableArchitectureTests/TestStoreTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ final class TestStoreTests: XCTestCase {
286286
initialState: Feature.State(),
287287
reducer: Feature()
288288
) {
289-
$0.date = .constant(Date(timeIntervalSince1970: 1234567890))
289+
$0.date = .constant(Date(timeIntervalSince1970: 1_234_567_890))
290290
}
291291

292292
await store.send(()) {

0 commit comments

Comments
 (0)