Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Nov 8, 2023
1 parent d1be1fa commit ac30e23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/orchestrator/src/generators/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,10 @@ impl ChainSpec {

// Add nodes to collator
let invulnerables: Vec<&NodeSpec> = para
.collators
.iter()
.filter(|node| node.is_invulnerable)
.collect();
.collators
.iter()
.filter(|node| node.is_invulnerable)
.collect();

add_collator_selection(&pointer, &mut chain_spec_json, &invulnerables);

Expand Down

0 comments on commit ac30e23

Please sign in to comment.