Skip to content

Commit

Permalink
import vec/vec::Vec
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone authored Oct 13, 2024
1 parent 88c3250 commit 28d7c84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ use bp_runtime::{BlockNumberOf, HashOf, HeaderOf};
use sp_consensus_grandpa::{AuthorityId, AuthoritySignature, EquivocationProof, Precommit};
use sp_runtime::traits::Header as HeaderT;
use sp_std::{
vec, vec::Vec,
collections::{btree_map::BTreeMap, btree_set::BTreeSet},
prelude::*,
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ use sp_std::{
},
btree_set::BTreeSet,
},
vec, vec::Vec
prelude::*,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use crate::justification::verification::{
};
use sp_consensus_grandpa::AuthorityId;
use sp_runtime::traits::Header as HeaderT;
use sp_std::{collections::btree_set::BTreeSet, prelude::*};
use sp_std::{collections::btree_set::BTreeSet, vec, vec::Vec, prelude::*};

// Verification callbacks for justification optimization.
struct JustificationOptimizer<Header: HeaderT> {
Expand Down

0 comments on commit 28d7c84

Please sign in to comment.