mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-02 20:34:27 +00:00
Run rustfmt with updated cargo
This commit is contained in:
committed by
Michael Sproul
parent
660a35991f
commit
28b89f3fdd
@@ -196,7 +196,7 @@ fn load_test_cases_from_yaml(file_path: &str) -> Vec<yaml_rust::Yaml> {
|
|||||||
|
|
||||||
fn setup_inital_state<T>(
|
fn setup_inital_state<T>(
|
||||||
// fork_choice_algo: &ForkChoiceAlgorithm,
|
// fork_choice_algo: &ForkChoiceAlgorithm,
|
||||||
num_validators: usize
|
num_validators: usize,
|
||||||
) -> (T, Arc<MemoryStore>, Hash256)
|
) -> (T, Arc<MemoryStore>, Hash256)
|
||||||
where
|
where
|
||||||
T: ForkChoice<MemoryStore>,
|
T: ForkChoice<MemoryStore>,
|
||||||
|
|||||||
Reference in New Issue
Block a user