We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d415f commit 3b56563Copy full SHA for 3b56563
ReactiveTask/Task.swift
@@ -65,7 +65,7 @@ extension Task: Hashable {
65
}
66
67
68
-private func ==<Key : Equatable, Value : Equatable>(lhs: [Key : Value]?, rhs: [Key : Value]?) -> Bool {
+private func ==<Key: Equatable, Value: Equatable>(lhs: [Key: Value]?, rhs: [Key: Value]?) -> Bool {
69
switch (lhs, rhs) {
70
case let (.Some(lhs), .Some(rhs)):
71
return lhs == rhs
0 commit comments