Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
style: Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d committed Oct 11, 2023
1 parent 2f99d41 commit 10faf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/cosmos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ use frame_support::{
weights::{Weight, WeightToFee},
};
use frame_system::{pallet_prelude::OriginFor, CheckWeight};
use hp_cosmos::{Account, Msg};
use parity_scale_codec::{Decode, Encode, MaxEncodedLen};
use scale_info::TypeInfo;
use hp_cosmos::{Account, Msg};
use sp_core::H160;
use sp_runtime::{
traits::{BadOrigin, Convert, DispatchInfoOf, Dispatchable, UniqueSaturatedInto},
Expand Down

0 comments on commit 10faf59

Please sign in to comment.