Skip to content

Commit

Permalink
[node] minor style change
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Apr 9, 2024
1 parent 6252c80 commit a9c02dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,9 @@ pub fn run() -> Result<()> {
info!("Parachain Account: {}", parachain_account);
info!("Is collating: {}", if config.role.is_authority() { "yes" } else { "no" });

// We only have one Runtime variant, but maintenance is easier if we use the same code structure.
#[allow(clippy::match_single_binding)]
match config.chain_spec.runtime()? {
// We only have one Runtime variant, but maintenance is easier if we use the same code structure.
#[allow(clippy::match_single_binding)]
Runtime::Default => {
crate::service::start_generic_aura_node(config, polkadot_config, collator_options, id, hwbench)
.await
Expand Down

0 comments on commit a9c02dd

Please sign in to comment.