Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed Jun 28, 2023
1 parent 474747c commit 0ef53e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/commands/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 0ef53e4

Please sign in to comment.