Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
malik672 committed Oct 12, 2024
1 parent da586b6 commit 9ec2f5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/node/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ impl OdysseyNode {
Types: NodeTypesWithEngine<Engine = OptimismEngineTypes, ChainSpec = OpChainSpec>,
>,
{

ComponentsBuilder::default()
.node_types::<Node>()
.pool(OptimismPoolBuilder {
Expand Down Expand Up @@ -113,7 +112,7 @@ where

fn components_builder(&self) -> Self::ComponentsBuilder {
let Self { args } = self;
Self::components(&args)
Self::components(args)
}

fn add_ons(&self) -> Self::AddOns {
Expand Down

0 comments on commit 9ec2f5c

Please sign in to comment.