diff options
| author | Heinz N. Gies <heinz@licenser.net> | 2015-09-21 20:41:36 +0200 | 
|---|---|---|
| committer | Heinz N. Gies <heinz@licenser.net> | 2015-09-21 20:41:36 +0200 | 
| commit | de7b8b84bff1987b9ae98442cdfcaa0c3f1230e0 (patch) | |
| tree | 236a5cfe22a4ef89c7e8d42e02280860a390db2d | |
| parent | c49327c8177cd46f3285b43fe08c929a83add154 (diff) | |
Remove dubplicated call to format_warning
| -rw-r--r-- | src/rebar_dialyzer_format.erl | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/rebar_dialyzer_format.erl b/src/rebar_dialyzer_format.erl index 56a30aa..ae5f6ef 100644 --- a/src/rebar_dialyzer_format.erl +++ b/src/rebar_dialyzer_format.erl @@ -20,7 +20,6 @@  -define(R,  "\033[0m").  format(Warning) -> -    format_warning(Warning, fullpath),      Str = try                format_warning(Warning, fullpath)            catch | 
