From 385e3f09bab11de51c8fa90ce34b8d43c6779f12 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sat, 30 Jun 2012 22:28:30 +0200 Subject: [PATCH] Decrease indentation in list-templates printout --- src/rebar_templater.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rebar_templater.erl b/src/rebar_templater.erl index 3154b83..ce06173 100644 --- a/src/rebar_templater.erl +++ b/src/rebar_templater.erl @@ -69,7 +69,7 @@ Vars = lists:foldl(fun({V,_}, Acc) -> [atom_to_list(V) | Acc] end, [], VarList), - ?CONSOLE("\t* ~s: ~s (~p) (variables: ~p)\n", + ?CONSOLE(" * ~s: ~s (~p) (variables: ~p)\n", [BaseName, F, Type, string:join(Vars, ", ")]) end || {Type, F} <- AvailTemplates], ok.