Skip to content

Commit 2365d3e

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent b7500c3 commit 2365d3e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Tests/CustomDumpTests/DiffTests.swift

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -520,21 +520,21 @@ final class DiffTests: XCTestCase {
520520
)
521521
}
522522

523-
#if !os(WASI)
524-
func testNestedCustomMirror() {
525-
#if compiler(>=5.4)
526-
XCTAssertNoDifference(
527-
diff(
528-
NestedDate(date: Date(timeIntervalSince1970: 0)),
529-
NestedDate(date: Date(timeIntervalSince1970: 1))
530-
),
531-
"""
532-
- NestedDate(date: Date(1970-01-01T00:00:00.000Z))
533-
+ NestedDate(date: Date(1970-01-01T00:00:01.000Z))
534-
"""
535-
)
536-
#endif
537-
}
523+
#if !os(WASI)
524+
func testNestedCustomMirror() {
525+
#if compiler(>=5.4)
526+
XCTAssertNoDifference(
527+
diff(
528+
NestedDate(date: Date(timeIntervalSince1970: 0)),
529+
NestedDate(date: Date(timeIntervalSince1970: 1))
530+
),
531+
"""
532+
- NestedDate(date: Date(1970-01-01T00:00:00.000Z))
533+
+ NestedDate(date: Date(1970-01-01T00:00:01.000Z))
534+
"""
535+
)
536+
#endif
537+
}
538538
#endif
539539

540540
func testMultilineString() {

0 commit comments

Comments
 (0)