Skip to content

Commit

Permalink
Fix return to match specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Jan 23, 2017
1 parent 59aede7 commit f3ed2d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/statsderl_pool.erl
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 f3ed2d0

Please sign in to comment.