Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Feb 7, 2025
1 parent fbf79d8 commit dc24d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/subcommand/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ impl CommandExecute for Install {

loop {
let prompt = if currently_explaining {
&format!("{}\n{explanation}\n", base_prompt.green())
&format!("\n{}\n{explanation}\n", base_prompt.green())
} else {
&format!("{}", base_prompt.green())
&format!("\n{}", base_prompt.green())
};

let response = interaction::prompt(
Expand Down

0 comments on commit dc24d67

Please sign in to comment.