mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
Decrease indentation in list-templates printout
This commit is contained in:
parent
49f3cc4108
commit
385e3f09ba
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue