mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
Remove gratuitous blank line
This commit is contained in:
parent
c3c64c1d70
commit
9c1a877bbe
1 changed files with 0 additions and 1 deletions
|
@ -187,7 +187,6 @@ bs(Vars) ->
|
||||||
erl_eval:add_binding(K, V, Bs)
|
erl_eval:add_binding(K, V, Bs)
|
||||||
end, erl_eval:new_bindings(), Vars).
|
end, erl_eval:new_bindings(), Vars).
|
||||||
|
|
||||||
|
|
||||||
local_opts([], Acc) ->
|
local_opts([], Acc) ->
|
||||||
lists:reverse(Acc);
|
lists:reverse(Acc);
|
||||||
local_opts([local | _Rest], Acc) ->
|
local_opts([local | _Rest], Acc) ->
|
||||||
|
|
Loading…
Reference in a new issue