Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Jul 24, 2024
1 parent 3daa73e commit d0ebcdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pallets/api/src/fungibles/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ pub mod pallet {
>>::AssetId;
type AssetIdParameterOf<T> =
<T as pallet_assets::Config<AssetsInstanceOf<T>>>::AssetIdParameter;
pub(crate) type AccountIdLookupOf<T> = <<T as frame_system::Config>::Lookup as StaticLookup>::Source;
pub(crate) type AccountIdLookupOf<T> =
<<T as frame_system::Config>::Lookup as StaticLookup>::Source;
pub(crate) type Assets<T> = pallet_assets::Pallet<T, AssetsInstanceOf<T>>;
pub(crate) type AssetsInstanceOf<T> = <T as Config>::AssetsInstance;
type AssetsWeightInfo<T> = <T as pallet_assets::Config<AssetsInstanceOf<T>>>::WeightInfo;
Expand Down

0 comments on commit d0ebcdf

Please sign in to comment.