Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed Feb 22, 2024
1 parent 0952ef8 commit 835ba9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gourgeist/src/bare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ pub fn create_bare_venv(
"base-prefix",
"base-exec-prefix",
"base-executable",
"prompt"
"prompt",
];
for (key, _) in &extra_cfg {
if reserved_keys.contains(&key.as_str()) {
Expand Down

0 comments on commit 835ba9c

Please sign in to comment.