From 0ef53e450e786062559d0c00709e334ad61a96dd Mon Sep 17 00:00:00 2001 From: Gal Schlezinger Date: Wed, 28 Jun 2023 20:07:38 +0300 Subject: [PATCH] cargo fmt --- src/commands/env.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/commands/env.rs b/src/commands/env.rs index f642f25bb..f8f8655bf 100644 --- a/src/commands/env.rs +++ b/src/commands/env.rs @@ -73,10 +73,7 @@ impl Command for Env { }; let env_vars = HashMap::from([ - ( - "FNM_MULTISHELL_PATH", - multishell_path_str, - ), + ("FNM_MULTISHELL_PATH", multishell_path_str), ( "FNM_VERSION_FILE_STRATEGY", config.version_file_strategy().as_str().to_owned(),