From de6f48a9511519b98043f8afd35f6ba345a919da Mon Sep 17 00:00:00 2001 From: Daniel Eades Date: Sun, 14 Apr 2024 21:08:14 +0100 Subject: [PATCH] fixup --- src/terminal_box.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/terminal_box.rs b/src/terminal_box.rs index da6e88b..aec9eec 100644 --- a/src/terminal_box.rs +++ b/src/terminal_box.rs @@ -363,8 +363,7 @@ where } if !metadata.flags.is_empty() { - let style_line_height = - (self.glyph_font_size / 10.0).clamp(2.0, 16.0); + let style_line_height = (self.glyph_font_size / 10.0).clamp(2.0, 16.0); let line_color = cosmic_text_to_iced_color(metadata.underline_color);