Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Dec 12, 2012
1 parent acdda85 commit 07b80c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/statsderl.erl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
timing/3,
timing_fun/3,
timing_now/3
]).
]).

%% ------------------------------------------------------------------
%% gen_server Function Exports
Expand Down Expand Up @@ -168,4 +168,4 @@ send(Method, Key, Value, SampleRate) ->

send_packet(Method, Key, Value, SampleRate) ->
Packet = generate_packet(Method, Key, Value, SampleRate),
gen_server:cast(?MODULE, {send, Packet}).
gen_server:cast(?MODULE, {send, Packet}).

0 comments on commit 07b80c9

Please sign in to comment.