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 May 4, 2023
1 parent 53169c4 commit e1a5818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/CustomDumpTests/DiffTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1147,8 +1147,8 @@ final class DiffTests: XCTestCase {
}
XCTAssertNoDifference(
diff(
State(date: 123456789, results: Results()),
State(date: 123456790, results: Results())
State(date: 123_456_789, results: Results()),
State(date: 123_456_790, results: Results())
),
"""
DiffTests.State(
Expand Down

0 comments on commit e1a5818

Please sign in to comment.