Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Nov 26, 2023
1 parent 7bb8915 commit df395e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ impl Entry {

pub fn write_ansi(stdout: &mut StandardStream, color: Color, text: &str, bold: bool) {
stdout.set_color(
ColorSpec::new()
ColorSpec::new()
.set_fg(Some(color))
.set_bold(bold)
).unwrap();
Expand Down

0 comments on commit df395e0

Please sign in to comment.