From 9b12a79c8d76468565053b0447f8e835086a8443 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Thu, 12 Apr 2018 17:04:11 -0600 Subject: [PATCH] cargo +nightly fmt --- src/accountant_skel.rs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/accountant_skel.rs b/src/accountant_skel.rs index e6b6334ca..babe576f5 100644 --- a/src/accountant_skel.rs +++ b/src/accountant_skel.rs @@ -318,20 +318,20 @@ mod tests { use packet::{PacketRecycler, NUM_PACKETS}; use transaction::{memfind, test_tx}; - use mint::Mint; - use std::thread::sleep; use accountant::Accountant; - use std::sync::{Arc, Mutex}; - use signature::{KeyPair, KeyPairUtil}; - use historian::Historian; - use std::sync::atomic::{AtomicBool, Ordering}; use accountant_skel::AccountantSkel; - use std::time::Duration; - use std::net::UdpSocket; use accountant_stub::AccountantStub; - use transaction::Transaction; - use std::io::sink; + use historian::Historian; + use mint::Mint; use plan::Plan; + use signature::{KeyPair, KeyPairUtil}; + use std::io::sink; + use std::net::UdpSocket; + use std::sync::atomic::{AtomicBool, Ordering}; + use std::sync::{Arc, Mutex}; + use std::thread::sleep; + use std::time::Duration; + use transaction::Transaction; #[test] fn test_layout() {