Browse Source

Remove dubplicated call to format_warning

pull/823/head
Heinz N. Gies 9 years ago
parent
commit
de7b8b84bf
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/rebar_dialyzer_format.erl

+ 0
- 1
src/rebar_dialyzer_format.erl View File

@ -20,7 +20,6 @@
-define(R, "\033[0m").
format(Warning) ->
format_warning(Warning, fullpath),
Str = try
format_warning(Warning, fullpath)
catch

Loading…
Cancel
Save