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,11 +1,8 @@
#[macro_use]
extern crate log;
use solana;
use solana::blob_fetch_stage::BlobFetchStage;
use solana::cluster_info::{ClusterInfo, Node, NodeInfo};
use solana::contact_info::ContactInfo;