mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Remove double new lines from stdlib files
This commit is contained in:
@@ -330,4 +330,3 @@ func _ascii16(c: UnicodeScalar) -> UTF16.CodeUnit {
|
||||
_sanityCheck(c.value >= 0 && c.value <= 0x7F, "not ASCII")
|
||||
return UTF16.CodeUnit(c.value)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user