cargo fmt

rustfmt was updated with 1.26.1
This commit is contained in:
Greg Fitzgerald
2018-05-29 21:20:28 -06:00
committed by Grimes
parent 6c0c6de1d0
commit 9c9c63572b
15 changed files with 16 additions and 16 deletions

View File

@@ -4,8 +4,8 @@ use bank::Bank;
use ledger;
use packet;
use result::Result;
use std::sync::Arc;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;
use std::thread::{spawn, JoinHandle};
use std::time::Duration;
use streamer;