Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Jun 26, 2018
1 parent f4c4b9d commit 56b09bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ledger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 56b09bf

Please sign in to comment.