Replaced the majority of ' : ' with ': '.

This commit is contained in:
Paul Hudson
2019-07-18 20:46:07 +01:00
parent 3e61893b8f
commit 06f82a53b5
101 changed files with 718 additions and 718 deletions

View File

@@ -407,7 +407,7 @@ extension String.UTF16View.Index {
}
// Reflection
extension String.UTF16View : CustomReflectable {
extension String.UTF16View: CustomReflectable {
/// Returns a mirror that reflects the UTF-16 view of a string.
public var customMirror: Mirror {
return Mirror(self, unlabeledChildren: self)