Skip to content

Commit c9b4140

Browse files
fix formatting
1 parent bbace47 commit c9b4140

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

bin/ev-reth/src/main.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,7 @@ fn main() {
160160

161161
if let Err(err) = Cli::<EthereumChainSpecParser, RollkitArgs>::parse().run(
162162
async move |builder, rollkit_args| {
163-
info!(
164-
"=== EV-RETH: Starting with args: {:?} ===",
165-
rollkit_args
166-
);
163+
info!("=== EV-RETH: Starting with args: {:?} ===", rollkit_args);
167164
info!("=== EV-RETH: EV-node mode enabled ===");
168165
info!("=== EV-RETH: Using custom payload builder with transaction support ===");
169166

0 commit comments

Comments
 (0)