cargo fmt

This commit is contained in:
Greg Fitzgerald 2018-06-26 16:20:07 -06:00 committed by Greg Fitzgerald
parent f4c4b9df9c
commit 56b09bf0ac
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@ use packet::{self, SharedBlob, BLOB_SIZE};
use rayon::prelude::*;
use std::collections::VecDeque;
use std::io::Cursor;
use transaction::Transaction;
use std::sync::Arc;
use transaction::Transaction;
// a Block is a slice of Entries