mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[gardening] Use "{let,var} c: C" instead of "{let,var} c : C"
Inspired by @gribozavr:s fix in 1ad666742e
This commit is contained in:
@@ -153,7 +153,7 @@ class Box<T : Hashable where T : Equatable> : Hashable {
|
||||
value = v
|
||||
}
|
||||
|
||||
var hashValue : Int {
|
||||
var hashValue: Int {
|
||||
return value.hashValue
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user