Skip to content

Commit

Permalink
cargo +nightly fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Apr 12, 2018
1 parent 0dcde23 commit 9b12a79
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/accountant_skel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 accountant_skel::AccountantSkel;
use accountant_stub::AccountantStub;
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 accountant_skel::AccountantSkel;
use std::sync::{Arc, Mutex};
use std::thread::sleep;
use std::time::Duration;
use std::net::UdpSocket;
use accountant_stub::AccountantStub;
use transaction::Transaction;
use std::io::sink;
use plan::Plan;

#[test]
fn test_layout() {
Expand Down

0 comments on commit 9b12a79

Please sign in to comment.