Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Apr 18, 2024
1 parent 54a9482 commit 7589604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/regionx/src/impls.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use crate::{AssetId, Runtime, RuntimeCall};
use frame_support::traits::InstanceFilter;
use orml_asset_registry::DefaultAssetMetadata;
use orml_traits::asset_registry::AssetProcessor;
use parity_scale_codec::{Decode, Encode, MaxEncodedLen};
use scale_info::TypeInfo;
use sp_runtime::{DispatchError, RuntimeDebug};
use frame_support::traits::InstanceFilter;

#[derive(
Clone, Copy, PartialOrd, Ord, PartialEq, Eq, Debug, Encode, Decode, TypeInfo, MaxEncodedLen,
Expand Down

0 comments on commit 7589604

Please sign in to comment.