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

@@ -26,7 +26,7 @@ import SwiftShims
/// It's a class, and I don't want to pay for the dynamic dispatch overhead.
@usableFromInline
@frozen
internal struct _CocoaArrayWrapper : RandomAccessCollection {
internal struct _CocoaArrayWrapper: RandomAccessCollection {
@usableFromInline
typealias Indices = Range<Int>