fix(fmt): cargo fmt

This commit is contained in:
Kat Marchán 2022-04-03 20:31:18 -07:00
parent b98b098282
commit 37cda4a3a4
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 2 additions and 2 deletions

View File

@ -167,8 +167,8 @@ impl GraphicalReportHandler {
let link = format!( let link = format!(
"\u{1b}]8;;{}\u{1b}\\{}{}\u{1b}]8;;\u{1b}\\", "\u{1b}]8;;{}\u{1b}\\{}{}\u{1b}]8;;\u{1b}\\",
url, url,
code.style(severity_style), code.style(severity_style),
"(link)".style(self.theme.styles.link) "(link)".style(self.theme.styles.link)
); );
write!(header, "{}", link)?; write!(header, "{}", link)?;
writeln!(f, "{}", header)?; writeln!(f, "{}", header)?;