mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: coding style: when colon specifies is-a relationship, we put
spaces on both sides of it Swift SVN r23935
This commit is contained in:
@@ -289,7 +289,7 @@ public func _stdlib_compareNSStringDeterministicUnicodeCollation(
|
||||
)-> Int32
|
||||
#endif
|
||||
|
||||
extension String: Equatable {
|
||||
extension String : Equatable {
|
||||
}
|
||||
|
||||
public func ==(lhs: String, rhs: String) -> Bool {
|
||||
|
||||
Reference in New Issue
Block a user