Skip to content

Commit

Permalink
aider: style: Fix formatting in main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
schpet committed Sep 11, 2024
1 parent 6d271f1 commit e11705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fn main() {
};

if !new_vars.is_empty() {
should_print = false; // Don't print all vars when setting new ones
should_print = false; // Don't print all vars when setting new ones
let no_overwrite = cli.no_overwrite;
let (mut env_vars, original_lines) = match read_env_file(&cli.file) {
Ok(result) => result,
Expand Down

0 comments on commit e11705b

Please sign in to comment.