cargo fmt

This commit is contained in:
Greg Fitzgerald
2018-05-11 13:06:05 -06:00
parent 7f46aef624
commit bcdb058492
9 changed files with 9 additions and 9 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::atomic::AtomicBool;
use std::sync::Arc;
use std::sync::atomic::AtomicBool;
fn print_usage(program: &str, opts: Options) {
let mut brief = format!("Usage: cat <transaction.log> | {} [options]\n\n", program);