mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Fix Dialyzer warning introduced in 0caf047f
This commit is contained in:
parent
26c5a6e872
commit
3cae9d83cd
1 changed files with 6 additions and 6 deletions
|
@ -85,7 +85,7 @@ info_help(GeneralDescr, Cmd) ->
|
||||||
++ "~s~n",
|
++ "~s~n",
|
||||||
[GeneralDescr, format_proto_compiler_list()]),
|
[GeneralDescr, format_proto_compiler_list()]),
|
||||||
%% Print info for each proto compiler
|
%% Print info for each proto compiler
|
||||||
[begin
|
_ = [begin
|
||||||
?CONSOLE("--- ~p ---~n", [Key]),
|
?CONSOLE("--- ~p ---~n", [Key]),
|
||||||
CompilerModule:proto_info(help, Cmd)
|
CompilerModule:proto_info(help, Cmd)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue