mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +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,12 +85,12 @@ info_help(GeneralDescr, Cmd) ->
|
|||
++ "~s~n",
|
||||
[GeneralDescr, format_proto_compiler_list()]),
|
||||
%% Print info for each proto compiler
|
||||
[begin
|
||||
?CONSOLE("--- ~p ---~n", [Key]),
|
||||
CompilerModule:proto_info(help, Cmd)
|
||||
end
|
||||
|| #proto_compiler{key=Key,
|
||||
module=CompilerModule} <- find_proto_compilers()],
|
||||
_ = [begin
|
||||
?CONSOLE("--- ~p ---~n", [Key]),
|
||||
CompilerModule:proto_info(help, Cmd)
|
||||
end
|
||||
|| #proto_compiler{key=Key,
|
||||
module=CompilerModule} <- find_proto_compilers()],
|
||||
ok.
|
||||
|
||||
get_default_compiler() ->
|
||||
|
|
Loading…
Reference in a new issue