Skip to content

Commit 3b56563

Browse files
committed
Fix style
1 parent 33d415f commit 3b56563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactiveTask/Task.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ extension Task: Hashable {
6565
}
6666
}
6767

68-
private func ==<Key : Equatable, Value : Equatable>(lhs: [Key : Value]?, rhs: [Key : Value]?) -> Bool {
68+
private func ==<Key: Equatable, Value: Equatable>(lhs: [Key: Value]?, rhs: [Key: Value]?) -> Bool {
6969
switch (lhs, rhs) {
7070
case let (.Some(lhs), .Some(rhs)):
7171
return lhs == rhs

0 commit comments

Comments
 (0)