summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-10-11 09:21:01 -0500
committerTristan Sloughter <t@crashfast.com>2014-10-11 09:21:01 -0500
commit3b5f22f0663c545117692dfa88d0a6fc66235ed6 (patch)
treea05603fb9683bf8639c882dc82a3f944b8b49f75 /src/rebar_core.erl
parent6e4b68e28eacefcf42d96dd1492e12b96c1bfdda (diff)
formatting
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 ->