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,8 +1,6 @@
#[macro_use]
extern crate log;
use solana::client::mk_client;
use solana::cluster_info::{Node, NodeInfo};
use solana::db_ledger::DbLedger;