Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbruel committed Oct 3, 2016
1 parent 83da74a commit a6c2735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RxResult/Classes/Observable+Result.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public extension ObservableType where E: ResultProtocol {
onSuccess?(successValue)
} else if let errorValue = value.error {
onFailure?(errorValue)
})
}
}
})
}
}

0 comments on commit a6c2735

Please sign in to comment.