Skip to content

Commit 04067b8

Browse files
committed
run swiftformat
1 parent ce6143d commit 04067b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DiffTests/DiffTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class DiffTests: XCTestCase {
8080

8181
func testTracesOutOfBounds() {
8282
for expectation in expectations {
83-
XCTAssertEqual(tracesOutOfBounds(from: expectation.0, to: expectation.1), [], "traces out of bounds for \(expectation.0) -> \(expectation.1)")
83+
XCTAssertEqual(tracesOutOfBounds(from: expectation.0, to: expectation.1), [], "traces out of bounds for \(expectation.0) -> \(expectation.1)")
8484
}
8585
}
8686

DiffTests/ExtendedPatchSortTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ExtendedPatchSortTests: XCTestCase {
5353
let expectations = [
5454
("gitten", "sitting", "D(4)M(0,4)I(0,s)I(4,i)"),
5555
("1362", "31526", "M(0,2)M(1,3)I(2,5)"),
56-
("a1b2c3pq", "3sa1cz2rb", "D(7)D(6)M(5,0)M(3,5)M(3,4)I(1,s)I(5,z)I(7,r)")
56+
("a1b2c3pq", "3sa1cz2rb", "D(7)D(6)M(5,0)M(3,5)M(3,4)I(1,s)I(5,z)I(7,r)"),
5757
]
5858

5959
let sort: ExtendedSortingFunction = { fst, snd in

0 commit comments

Comments
 (0)