Skip to content

Commit

Permalink
fix(fmt): cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Apr 4, 2022
1 parent b98b098 commit 37cda4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handlers/graphical.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)?;
Expand Down

0 comments on commit 37cda4a

Please sign in to comment.