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 3, 2022
1 parent 253e3d9 commit 21ec1d7
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 @@ -900,10 +900,10 @@ final class DiffTests: XCTestCase {
XCTAssertNoDifference(
diff(
[
"value": 29.99 as Float,
"value": 29.99 as Float
],
[
"value": 29.99 as Double,
"value": 29.99 as Double
]
),
"""
Expand Down

0 comments on commit 21ec1d7

Please sign in to comment.