summaryrefslogtreecommitdiff
path: root/src/rebar_dialyzer_format.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_dialyzer_format.erl')
-rw-r--r--src/rebar_dialyzer_format.erl1
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