cargo fmt

This commit is contained in:
Greg Fitzgerald
2018-12-08 22:52:29 -07:00
parent f1ae5b1795
commit 0ef099421c
28 changed files with 21 additions and 59 deletions

View File

@ -1,9 +1,6 @@
#[macro_use]
extern crate log;
use rayon::iter::*;
use solana::cluster_info::{ClusterInfo, Node};
use solana::gossip_service::GossipService;