From 37cda4a3a456060050e42a199a68ab86ee679f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 3 Apr 2022 20:31:18 -0700 Subject: [PATCH] fix(fmt): cargo fmt --- src/handlers/graphical.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/handlers/graphical.rs b/src/handlers/graphical.rs index f7e1360..cd316cc 100644 --- a/src/handlers/graphical.rs +++ b/src/handlers/graphical.rs @@ -167,8 +167,8 @@ impl GraphicalReportHandler { let link = format!( "\u{1b}]8;;{}\u{1b}\\{}{}\u{1b}]8;;\u{1b}\\", url, - code.style(severity_style), - "(link)".style(self.theme.styles.link) + code.style(severity_style), + "(link)".style(self.theme.styles.link) ); write!(header, "{}", link)?; writeln!(f, "{}", header)?;