From 28b89f3fdd2af1d019a73a46f5edba01201b5bf2 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Thu, 13 Jun 2019 12:44:38 -0400 Subject: [PATCH] Run rustfmt with updated cargo --- eth2/fork_choice/tests/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth2/fork_choice/tests/tests.rs b/eth2/fork_choice/tests/tests.rs index 39e70a7dd..4fa266d30 100644 --- a/eth2/fork_choice/tests/tests.rs +++ b/eth2/fork_choice/tests/tests.rs @@ -196,7 +196,7 @@ fn load_test_cases_from_yaml(file_path: &str) -> Vec { fn setup_inital_state( // fork_choice_algo: &ForkChoiceAlgorithm, - num_validators: usize + num_validators: usize, ) -> (T, Arc, Hash256) where T: ForkChoice,