Skip to content

Commit e9d1284

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 966da26 commit e9d1284

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/CasePaths/XCTUnwrap.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ public func XCTModify<Root, Case>(
6868
}
6969

7070
if let isEqual = _isEqual(before, value), isEqual {
71-
XCTFail("""
71+
XCTFail(
72+
"""
7273
XCTModify failed: expected "\(Case.self)" value to be modified but it was unchanged.
7374
""")
7475
}

0 commit comments

Comments
 (0)