From b9f36bb326c1cba049279f9084bc27a977297d36 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Mon, 10 Feb 2020 22:10:27 +0200 Subject: [PATCH] Formatting --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index eff02749..73ff0190 100644 --- a/src/main.rs +++ b/src/main.rs @@ -308,7 +308,7 @@ fn run() -> Result<()> { runner.execute("NPM", || node::run_npm_upgrade(&base_dirs, run_type))?; runner.execute("yarn", || node::yarn_global_update(run_type))?; } - + if config.should_run(Step::Composer) { runner.execute("composer", || generic::run_composer_update(&base_dirs, run_type))?; }