Skip to content

Commit 21ec1d7

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 253e3d9 commit 21ec1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/CustomDumpTests/DiffTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -900,10 +900,10 @@ final class DiffTests: XCTestCase {
900900
XCTAssertNoDifference(
901901
diff(
902902
[
903-
"value": 29.99 as Float,
903+
"value": 29.99 as Float
904904
],
905905
[
906-
"value": 29.99 as Double,
906+
"value": 29.99 as Double
907907
]
908908
),
909909
"""

0 commit comments

Comments
 (0)