Skip to content

Commit

Permalink
Merge pull request #40 from lpgauth/fix/bad-spec
Browse files Browse the repository at this point in the history
Fix return to match specs
  • Loading branch information
lpgauth authored Jan 23, 2017
2 parents 59aede7 + f3ed2d0 commit 64f3f42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/statsderl_pool.erl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ random_server() ->

send(ServerName, Msg) ->
try
ServerName ! Msg
ServerName ! Msg,
ok
catch
_:_ ->
ok
Expand Down

0 comments on commit 64f3f42

Please sign in to comment.