mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-28 21:41:58 +00:00
cargo fmt
This commit is contained in:
parent
99df70d21f
commit
2821e2b4b8
@ -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
|
||||
)?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user