mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[gardening] Use "{let,var} c: C" instead of "{let,var} c : C"
Inspired by @gribozavr:s fix in 1ad666742e
This commit is contained in:
@@ -330,7 +330,7 @@ extension String {
|
||||
|
||||
extension String {
|
||||
/// The string's value represented as a collection of Unicode scalar values.
|
||||
public var unicodeScalars : UnicodeScalarView {
|
||||
public var unicodeScalars: UnicodeScalarView {
|
||||
get {
|
||||
return UnicodeScalarView(_core)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user