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(),