Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
Fix Dialyzer warning introduced in 0caf047
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Nov 3, 2014
1 parent 26c5a6e commit 3cae9d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/rebar_proto_compiler.erl
Expand Up @@ -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() ->
Expand Down

0 comments on commit 3cae9d8

Please sign in to comment.