[gardening] Remove double new lines from stdlib files

This commit is contained in:
Hugh Bellamy
2016-03-05 15:44:54 +00:00
parent 184efb5e1c
commit c1b25bb32f
48 changed files with 0 additions and 49 deletions

View File

@@ -330,4 +330,3 @@ func _ascii16(c: UnicodeScalar) -> UTF16.CodeUnit {
_sanityCheck(c.value >= 0 && c.value <= 0x7F, "not ASCII")
return UTF16.CodeUnit(c.value)
}