Run rustfmt
This commit is contained in:
parent
9e6503c326
commit
d72400cc9d
@ -194,7 +194,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>,
|
||||||
|
Loading…
Reference in New Issue
Block a user