Skip to content

Commit

Permalink
Update ResponseSerialization.swift
Browse files Browse the repository at this point in the history
Removed extra line
  • Loading branch information
brocoo committed Aug 28, 2015
1 parent 39e5ecb commit 7fbc114
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/ResponseSerialization.swift
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ extension Request {
-> Self
{
delegate.queue.addOperationWithBlock {

let result: Result<T.SerializedObject> = {
if let error = self.delegate.error {
return .Failure(self.delegate.data, error)
Expand Down

0 comments on commit 7fbc114

Please sign in to comment.