rustfmt fix.

This commit is contained in:
Luke Anderson 2019-03-28 19:52:36 +11:00
parent 18998f3dc8
commit 9f92026fe2
No known key found for this signature in database
GPG Key ID: 44408169EC61E228

View File

@ -25,8 +25,8 @@ use tokio::prelude::*;
use tokio::runtime::Builder;
use tokio::timer::Interval;
use tokio_timer::clock::Clock;
use types::{Epoch, Fork, Slot};
use types::test_utils::generate_deterministic_keypairs;
use types::{Epoch, Fork, Slot};
//TODO: This service should be simplified in the future. Can be made more steamlined.