cargo +nightly fmt

This commit is contained in:
Greg Fitzgerald
2018-05-08 18:59:01 -06:00
parent 785e971698
commit 1dca17fdb4
7 changed files with 15 additions and 15 deletions

View File

@@ -7,12 +7,12 @@ extern crate solana;
use getopts::Options;
use isatty::stdin_isatty;
use solana::accountant::Accountant;
use solana::tpu::Tpu;
use solana::crdt::ReplicatedData;
use solana::entry::Entry;
use solana::event::Event;
use solana::historian::Historian;
use solana::signature::{KeyPair, KeyPairUtil};
use solana::tpu::Tpu;
use std::env;
use std::io::{stdin, stdout, Read};
use std::net::UdpSocket;