Run rustfmt

This commit is contained in:
Paul Hauner 2019-05-28 10:30:20 +10:00
parent 9e6503c326
commit d72400cc9d
No known key found for this signature in database
GPG Key ID: 5E2CFF9B75FA63DF

View File

@ -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>,