Skip to content

Commit

Permalink
apply cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Nov 8, 2024
1 parent 72a689d commit e16cbc1
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 @@ -1253,7 +1253,7 @@ impl App {
prompt_prefix: Style::new().color256(51).apply_to("?".to_string()), // cyan
prompt_suffix: Style::new().color256(51).apply_to("›".to_string()), // cyan
defaults_style: Style::new().color256(51), // cyan
hint_style: Style::new().color256(51), // cyan
hint_style: Style::new().color256(51), // cyan
success_prefix: Style::new().color256(46).apply_to("✔".to_string()), // green
success_suffix: Style::new().color256(15).apply_to("·".to_string()), // white
error_prefix: Style::new().color256(9).apply_to("✘".to_string()), // red
Expand Down

0 comments on commit e16cbc1

Please sign in to comment.