cargo fmt

This commit is contained in:
Chris Laplante 2022-07-29 22:00:17 -04:00
parent 99df70d21f
commit 2821e2b4b8

View File

@ -118,7 +118,8 @@ impl eyre::EyreHandler for Handler {
let fmted_bt = self.format_backtrace(backtrace);
write!(
indented(&mut separated.ready()).with_format(Format::Uniform { indentation: " " }),
indented(&mut separated.ready())
.with_format(Format::Uniform { indentation: " " }),
"{}",
fmted_bt
)?;