mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Erase redundant whitespaces.
This commit is contained in:
@@ -208,7 +208,7 @@ extension String : _BuiltinUTF16StringLiteralConvertible {
|
||||
public init(
|
||||
_builtinUTF16StringLiteral start: Builtin.RawPointer,
|
||||
numberOfCodeUnits: Builtin.Word
|
||||
) {
|
||||
) {
|
||||
self = String(
|
||||
_StringCore(
|
||||
baseAddress: COpaquePointer(start),
|
||||
|
||||
Reference in New Issue
Block a user