Run rustfmt with updated cargo

This commit is contained in:
Paul Hauner 2019-06-13 12:44:38 -04:00 committed by Michael Sproul
parent 660a35991f
commit 28b89f3fdd
No known key found for this signature in database
GPG Key ID: 77B1309D2E54E914

View File

@ -196,7 +196,7 @@ fn load_test_cases_from_yaml(file_path: &str) -> Vec<yaml_rust::Yaml> {
fn setup_inital_state<T>(
// fork_choice_algo: &ForkChoiceAlgorithm,
num_validators: usize
num_validators: usize,
) -> (T, Arc<MemoryStore>, Hash256)
where
T: ForkChoice<MemoryStore>,