Run rust fmt

This commit is contained in:
Paul Hauner
2019-06-04 09:38:13 +10:00
parent 82202a7765
commit 7005234fd1
2 changed files with 2 additions and 4 deletions

View File

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

View File

@@ -1,8 +1,6 @@
use slot_clock; use slot_clock;
use error_chain::{ use error_chain::error_chain;
error_chain
};
error_chain! { error_chain! {
links { } links { }