From c8bda42c557f455ad79239e742e3f297aa3ebc25 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Tue, 30 Jan 2024 14:57:38 +1300 Subject: [PATCH] fmt --- lib/stable-asset/src/mock.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/stable-asset/src/mock.rs b/lib/stable-asset/src/mock.rs index e1fdcd3..5276556 100644 --- a/lib/stable-asset/src/mock.rs +++ b/lib/stable-asset/src/mock.rs @@ -17,8 +17,9 @@ use crate as stable_asset; use frame_support::{ + derive_impl, dispatch::DispatchResult, - parameter_types, derive_impl, + parameter_types, traits::{ fungibles::{Dust, Inspect, Mutate, Unbalanced}, tokens::{DepositConsequence, Fortitude, Precision, Preservation, Provenance, WithdrawConsequence},