Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed May 30, 2024
1 parent a95459b commit 3e44ef9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ where
///
/// NOTE: Taken from Polkadot SDK because Moonbeam uses their custom Nimbus
/// consensus
#[allow(clippy::too_many_arguments)]
fn start_consensus<RuntimeApi, Executor>(
client: Arc<FullClient<RuntimeApi, Executor>>,
block_import: ParachainBlockImport<RuntimeApi, Executor>,
Expand Down
2 changes: 0 additions & 2 deletions node/src/service/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,7 @@ where
overseer_handle,
announce_block,
)?;
} else {
}

start_network.start_network();

Ok((task_manager, client))
Expand Down

0 comments on commit 3e44ef9

Please sign in to comment.