diff --git a/tooling/bundler/src/bundle/windows/msi/wix.rs b/tooling/bundler/src/bundle/windows/msi/wix.rs index 2c19cb8c6aa5..b581ce4b6472 100644 --- a/tooling/bundler/src/bundle/windows/msi/wix.rs +++ b/tooling/bundler/src/bundle/windows/msi/wix.rs @@ -356,10 +356,7 @@ fn run_light( ) -> crate::Result<()> { let light_exe = wix_toolset_path.join("light.exe"); - let mut args: Vec = vec![ - "-o".to_string(), - display_path(output_path), - ]; + let mut args: Vec = vec!["-o".to_string(), display_path(output_path)]; args.extend(arguments);