cargo fmt run

This commit is contained in:
Jackson Sandland
2018-05-11 11:38:52 -07:00
parent 458c27c6e9
commit 250830ade9
15 changed files with 174 additions and 56 deletions

View File

@@ -17,8 +17,8 @@ use std::env;
use std::io::{stdin, stdout, Read};
use std::net::UdpSocket;
use std::process::exit;
use std::sync::Arc;
use std::sync::atomic::AtomicBool;
use std::sync::Arc;
fn print_usage(program: &str, opts: Options) {
let mut brief = format!("Usage: cat <transaction.log> | {} [options]\n\n", program);