Formatting

This commit is contained in:
Roey Darwish Dror
2020-02-16 16:02:35 +02:00
parent 17103f872f
commit 1c002ffcf2

View File

@@ -76,11 +76,7 @@ pub fn run_zinit(base_dirs: &BaseDirs, run_type: RunType) -> Result<()> {
print_separator("zinit");
// Check whether this is a pre- or post- renaming installation
let zcommand = if zinit_exists {
"zinit"
} else {
"zplugin"
};
let zcommand = if zinit_exists { "zinit" } else { "zplugin" };
let cmd = format!(
"source {} && {} self-update && {} update --all",