mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Replaced the majority of ' : ' with ': '.
This commit is contained in:
@@ -344,7 +344,7 @@ extension String.UTF8View.Index {
|
||||
}
|
||||
|
||||
// Reflection
|
||||
extension String.UTF8View : CustomReflectable {
|
||||
extension String.UTF8View: CustomReflectable {
|
||||
/// Returns a mirror that reflects the UTF-8 view of a string.
|
||||
public var customMirror: Mirror {
|
||||
return Mirror(self, unlabeledChildren: self)
|
||||
|
||||
Reference in New Issue
Block a user