From df395e08ef189d0d50a961086be04f3e833509ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 26 Nov 2023 21:11:32 +0100 Subject: [PATCH] formatting --- src/render.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();