Browse Source

Remove gratuitous blank line

pull/3/head
Tuncer Ayaz 13 years ago
parent
commit
9c1a877bbe
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/rebar_config.erl

+ 0
- 1
src/rebar_config.erl View File

@ -187,7 +187,6 @@ bs(Vars) ->
erl_eval:add_binding(K, V, Bs)
end, erl_eval:new_bindings(), Vars).
local_opts([], Acc) ->
lists:reverse(Acc);
local_opts([local | _Rest], Acc) ->

Loading…
Cancel
Save