移除行末空格 (#782)
This commit is contained in:
@ -76,7 +76,7 @@ func swapTwoStrings(_ a: inout String, _ b: inout String) {
|
||||
a = b
|
||||
b = temporaryA
|
||||
}
|
||||
|
||||
|
||||
func swapTwoDoubles(_ a: inout Double, _ b: inout Double) {
|
||||
let temporaryA = a
|
||||
a = b
|
||||
|
||||
Reference in New Issue
Block a user