Skip to content

Commit

Permalink
cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion committed Mar 3, 2024
1 parent 668c434 commit 3f0b0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bls/random_helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ pub fn create_random_nodes_info(total_num_of_nodes: u16, attempts: u16) -> Nodes
node_info_vec.push(nodes_info)
}
let node_info_vec_refs: Vec<&NodesInfo> = node_info_vec.iter().collect();

NodesInfo::merge_multiple(&node_info_vec_refs).unwrap()
}

0 comments on commit 3f0b0be

Please sign in to comment.