From 1c002ffcf214aef82cbc69096e4a4f85a0ed2a42 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Sun, 16 Feb 2020 16:02:35 +0200 Subject: [PATCH] Formatting --- src/steps/zsh.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/steps/zsh.rs b/src/steps/zsh.rs index a7001e32..23d1b4cf 100644 --- a/src/steps/zsh.rs +++ b/src/steps/zsh.rs @@ -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",