mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Fix accidental trailing whitespace.
This commit is contained in:
@@ -20,7 +20,7 @@ func expectOverflow<T>(
|
||||
//===--- TRACE boilerplate ----------------------------------------------===//
|
||||
_ message: @autoclosure () -> String = "",
|
||||
showFrame: Bool = true,
|
||||
stackTrace: SourceLocStack = SourceLocStack(),
|
||||
stackTrace: SourceLocStack = SourceLocStack(),
|
||||
file: String = #file, line: UInt = #line
|
||||
) {
|
||||
expectTrue(
|
||||
@@ -33,7 +33,7 @@ func expectNoOverflow<T>(
|
||||
//===--- TRACE boilerplate ----------------------------------------------===//
|
||||
_ message: @autoclosure () -> String = "",
|
||||
showFrame: Bool = true,
|
||||
stackTrace: SourceLocStack = SourceLocStack(),
|
||||
stackTrace: SourceLocStack = SourceLocStack(),
|
||||
file: String = #file, line: UInt = #line
|
||||
) {
|
||||
expectFalse(
|
||||
|
||||
Reference in New Issue
Block a user