Browse Source

remove whitespace

pull/1706/head
Carl-Johan Kjellander 7 years ago
parent
commit
6d29233a16
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/rebar_env.erl

+ 0
- 1
src/rebar_env.erl View File

@ -49,7 +49,6 @@ create_env(State, Opts) ->
{"ERLC", filename:join([code:root_dir(), "bin", "erlc"])}, {"ERLC", filename:join([code:root_dir(), "bin", "erlc"])},
{"ERLANG_ARCH" , rebar_api:wordsize()}, {"ERLANG_ARCH" , rebar_api:wordsize()},
{"ERLANG_TARGET", rebar_api:get_arch()} {"ERLANG_TARGET", rebar_api:get_arch()}
]. ].
%% ==================================================================== %% ====================================================================

Loading…
Cancel
Save