Skip to content

Commit

Permalink
Naming
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Dec 3, 2014
1 parent b298fb2 commit ea30f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amazonka/src/Network/AWS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ send Env{..} x@(request -> rq)
rs <- liftResourceT (http s _envManager)
return (Right rs)

err ex = return (Left (ex :: HttpException))
err e = return (Left (e :: HttpException))

check n rs
| n <= _rAttempts
Expand Down

0 comments on commit ea30f4b

Please sign in to comment.