summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_core.erl')
-rw-r--r--src/rebar_core.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index 147f64f..155e14f 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -36,8 +36,7 @@ process_command(State, Command) ->
%% ? rebar_prv_install_deps:setup_env(State),
Providers = rebar_state:providers(State),
TargetProviders = providers:get_target_providers(Command, Providers),
- CommandProvider = providers:get_provider(Command
- ,Providers),
+ CommandProvider = providers:get_provider(Command, Providers),
Opts = providers:opts(CommandProvider)++rebar3:global_option_spec_list(),
case Command of
do ->