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

@@ -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)