Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjj9219 committed Nov 10, 2023
1 parent 94538ad commit 6022aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/stable-asset/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ mod tests;
pub mod weights;

use crate::traits::StableAsset;
use parity_scale_codec::{Decode, Encode};
use frame_support::{
dispatch::DispatchResult,
ensure,
Expand All @@ -44,6 +43,7 @@ use frame_support::{
weights::Weight,
};
use frame_system::pallet_prelude::*;
use parity_scale_codec::{Decode, Encode};
use scale_info::TypeInfo;
use sp_core::U512;
use sp_runtime::{
Expand Down Expand Up @@ -301,10 +301,10 @@ pub mod pallet {
use super::{PoolTokenIndex, StableAssetPoolId, StableAssetPoolInfo};
use crate::traits::{StableAsset, ValidateAssetId};
use crate::WeightInfo;
use parity_scale_codec::Codec;
use frame_support::traits::tokens::fungibles;
use frame_support::{dispatch::DispatchResult, pallet_prelude::*, traits::EnsureOrigin, PalletId};
use frame_system::pallet_prelude::*;
use parity_scale_codec::Codec;
use sp_runtime::{
traits::{CheckedAdd, CheckedDiv, CheckedMul, CheckedSub, One, Zero},
FixedPointOperand,
Expand Down

0 comments on commit 6022aaa

Please sign in to comment.