Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro committed May 20, 2024
1 parent 87fe13b commit 1fb8bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/thea/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ use sp_runtime::{
transaction_validity::{InvalidTransaction, TransactionValidity, ValidTransaction},
RuntimeAppPublic, SaturatedConversion,
};
use sp_std::collections::btree_set::BTreeSet;
use sp_std::prelude::*;
use thea_primitives::{
types::{Message, NetworkType, PayloadType},
Network, ValidatorSet, GENESIS_AUTHORITY_SET_ID,
};
use sp_std::collections::btree_set::BTreeSet;

#[cfg(feature = "runtime-benchmarks")]
mod benchmarking;
Expand Down

0 comments on commit 1fb8bc4

Please sign in to comment.