From 1fb8bc4deaec1f2bc0b3d1731768fb4c79d9565a Mon Sep 17 00:00:00 2001 From: Gautham Date: Mon, 20 May 2024 16:44:17 +0300 Subject: [PATCH] cargo fmt --- pallets/thea/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/thea/src/lib.rs b/pallets/thea/src/lib.rs index 9d79c85ed..974a59710 100644 --- a/pallets/thea/src/lib.rs +++ b/pallets/thea/src/lib.rs @@ -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;