mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[gardening] Fix accidental trailing whitespace.
This commit is contained in:
@@ -386,10 +386,10 @@ FloatingPoint.test("${Self}.addingProduct") {
|
||||
}
|
||||
|
||||
FloatingPoint.test("${Self}/LosslessStringConvertible") {
|
||||
let instances = [
|
||||
let instances = [
|
||||
1.0, -1.0,
|
||||
0.0, -0.0,
|
||||
${Self}.infinity, -${Self}.infinity
|
||||
${Self}.infinity, -${Self}.infinity
|
||||
]
|
||||
|
||||
checkLosslessStringConvertible(instances)
|
||||
@@ -514,7 +514,7 @@ func checkFloatingPointComparison_${FloatSelf}(
|
||||
//===--- TRACE boilerplate ----------------------------------------------===//
|
||||
// @autoclosure _ message: () -> String = "",
|
||||
showFrame: Bool = true,
|
||||
stackTrace: SourceLocStack = SourceLocStack(),
|
||||
stackTrace: SourceLocStack = SourceLocStack(),
|
||||
file: String = #file, line: UInt = #line
|
||||
) {
|
||||
let newTrace = stackTrace.pushIf(showFrame, file: file, line: line)
|
||||
|
||||
Reference in New Issue
Block a user