Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Jun 28, 2024
1 parent 590638b commit 572cf42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/node/builder/src/launch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ where
consensus_engine_tx.clone(),
engine_rx,
network_client.clone(),
).
build(ctx.node_config().debug.tip.is_none());
)
.build(ctx.node_config().debug.tip.is_none());
(pipeline, Either::Right(client))
}
#[cfg(not(feature = "bsc"))]
Expand Down

0 comments on commit 572cf42

Please sign in to comment.