Skip to content

Commit

Permalink
style(cli): Make rustfmt happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed May 19, 2024
1 parent b8e4307 commit 4a8ab14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ui_indicatif.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,7 @@ impl SetupCheck for IndicatifSetupCheck {
}
fn fail(&self) {
let msg = self.message();
let no = style(LocalText::new("setup-false").fmt())
.red()
.to_string();
let no = style(LocalText::new("setup-false").fmt()).red().to_string();
finalize_bar(self.0.clone(), format!("{msg} {no}"));
}
}
Expand Down

0 comments on commit 4a8ab14

Please sign in to comment.