Skip to content

Commit e1a5818

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 53169c4 commit e1a5818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/CustomDumpTests/DiffTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1147,8 +1147,8 @@ final class DiffTests: XCTestCase {
11471147
}
11481148
XCTAssertNoDifference(
11491149
diff(
1150-
State(date: 123456789, results: Results()),
1151-
State(date: 123456790, results: Results())
1150+
State(date: 123_456_789, results: Results()),
1151+
State(date: 123_456_790, results: Results())
11521152
),
11531153
"""
11541154
DiffTests.State(

0 commit comments

Comments
 (0)