Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Dec 11, 2023
1 parent 79da97c commit a6d93c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/reth/src/node/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ impl Display for Eta {
f,
"{}",
humantime::format_duration(Duration::from_secs(remaining.as_secs()))
);
)
}
}

Expand Down

0 comments on commit a6d93c7

Please sign in to comment.