summaryrefslogtreecommitdiff
path: root/src/rebar_eunit.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-07 14:03:58 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-07 14:03:58 +0200
commit888bbc8ee2cabc75fda5dc3f7cf3a9d215042b71 (patch)
tree26d487943e8e0e5bdea03f6a14afb9125b33dd8c /src/rebar_eunit.erl
parentfdc1425a3bf5539a284d829ac35ed734a3c68959 (diff)
Fix whitespace error
Diffstat (limited to 'src/rebar_eunit.erl')
-rw-r--r--src/rebar_eunit.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl
index 80c13f6..b1bcdaf 100644
--- a/src/rebar_eunit.erl
+++ b/src/rebar_eunit.erl
@@ -401,7 +401,7 @@ cover_export_coverdata() ->
case cover:export(ExportFile) of
ok ->
?CONSOLE("Coverdata export: ~s~n", [ExportFile]);
- {error,Reason} ->
+ {error, Reason} ->
?ERROR("Coverdata export failed: ~p~n", [Reason])
end.