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

@ -19,8 +19,8 @@ pub mod signature;
pub mod streamer;
pub mod thin_client;
pub mod timing;
pub mod transaction;
pub mod tpu;
pub mod transaction;
extern crate bincode;
extern crate byteorder;
extern crate chrono;