Skip to content

Commit

Permalink
Fix incorrect let pattern for a new Bluejay error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Chiang committed Feb 6, 2018
1 parent aabd1c9 commit ce12e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bluejay/Bluejay/Error.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ extension BluejayError: LocalizedError {
return "Listen cache encoding failed with error: \(error.localizedDescription)"
case let .listenCacheDecoding(error):
return "Listen cache decoding failed with error: \(error.localizedDescription)"
case let .endListenCancelled:
case .endListenCancelled:
return "End listen cancelled."
}
}
Expand Down

0 comments on commit ce12e62

Please sign in to comment.