Skip to content

Commit

Permalink
Ofc forgot fmt...
Browse files Browse the repository at this point in the history
  • Loading branch information
timorleph committed Mar 6, 2024
1 parent d62f2f7 commit 1d99d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/src/reconstruction/dag.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::{reconstruction::ReconstructedUnit, Hasher};
use std::collections::{VecDeque, HashMap, HashSet};
use std::collections::{HashMap, HashSet, VecDeque};

struct OrphanedUnit<H: Hasher> {
unit: ReconstructedUnit<H>,
Expand Down

0 comments on commit 1d99d32

Please sign in to comment.