Skip to content

Commit fa6e1d2

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent de25eaa commit fa6e1d2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Sources/XCTestDynamicOverlay/XCTUnimplemented.swift

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -338,16 +338,17 @@ public struct XCTUnimplementedFailure: Error {
338338
}
339339

340340
private func _fail(_ description: String, _ parameters: Any?) {
341-
let parametersDescription = parameters.map {
342-
"""
343-
341+
let parametersDescription =
342+
parameters.map {
343+
"""
344+
344345
345-
Invoked with:
346-
347-
\($0)
348-
"""
349-
}
350-
?? ""
346+
Invoked with:
347+
348+
\($0)
349+
"""
350+
}
351+
?? ""
351352
XCTFail(
352353
"""
353354
Unimplemented\(description.isEmpty ? "" : ": \(description)")\(parametersDescription)

0 commit comments

Comments
 (0)