Skip to content

Commit af2eb5e

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 84b30e1 commit af2eb5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/CustomDumpTests/DiffTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1113,9 +1113,9 @@ final class DiffTests: XCTestCase {
11131113
}
11141114
}
11151115

1116-
fileprivate struct Stack<State: Equatable>: CustomDumpReflectable, Equatable {
1116+
private struct Stack<State: Equatable>: CustomDumpReflectable, Equatable {
11171117
static func == (lhs: Self, rhs: Self) -> Bool {
1118-
zip(lhs.elements, rhs.elements ).allSatisfy(==)
1118+
zip(lhs.elements, rhs.elements).allSatisfy(==)
11191119
}
11201120

11211121
var elements: [(ID, State)]

0 commit comments

Comments
 (0)