diff --git a/src/render.rs b/src/render.rs index 048871e..7f818da 100644 --- a/src/render.rs +++ b/src/render.rs @@ -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();