Cargo fmt

This commit is contained in:
Roey Darwish Dror
2018-12-31 13:34:56 +02:00
parent 957d73c634
commit 2cac8a7970
5 changed files with 22 additions and 15 deletions

View File

@@ -8,7 +8,8 @@ pub fn upgrade_macos(run_type: RunType) -> Option<(&'static str, bool)> {
print_separator("App Store");
let success = || -> Result<(), Error> {
run_type.execute("softwareupdate")
run_type
.execute("softwareupdate")
.args(&["--install", "--all"])
.spawn()?
.wait()?