Skip to content

Commit 4af50b3

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 48a9f9f commit 4af50b3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Sources/XCTestDynamicOverlay/XCTFail.swift

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,15 @@ private func noop(message: String, file: StaticString? = nil, line: UInt? = nil)
175175
}
176176

177177
return """
178-
XCTFail: \(message)
179-
180-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┉┅
181-
┃ ⚠︎ Warning: This XCTFail was ignored
182-
183-
┃ XCTFail was invoked in a non-DEBUG environment\(fileAndLine)and so was ignored. Be sure to run tests with
184-
┃ the DEBUG=1 flag set in order to dynamically
185-
┃ load XCTFail.
186-
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┉┅
187-
▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄
188-
"""
178+
XCTFail: \(message)
179+
180+
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┉┅
181+
┃ ⚠︎ Warning: This XCTFail was ignored
182+
183+
┃ XCTFail was invoked in a non-DEBUG environment\(fileAndLine)and so was ignored. Be sure to run tests with
184+
┃ the DEBUG=1 flag set in order to dynamically
185+
┃ load XCTFail.
186+
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┉┅
187+
▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄
188+
"""
189189
}

0 commit comments

Comments
 (0)