mirror of https://github.com/zkat/miette.git
fix(fmt): cargo fmt
This commit is contained in:
parent
b98b098282
commit
37cda4a3a4
|
|
@ -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)?;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue