git.delta.rocks / unique-network / refs/commits / 3bbc02d900d6

difftreelog

fix cargo fmt

Daniel Shiposha2023-11-10parent: #799f8bc.patch.diff
in: master

1 file changed

modifiedpallets/foreign-assets/src/benchmarking.rsdiffbeforeafterboth
19use frame_benchmarking::v2::*;19use frame_benchmarking::v2::*;
20use frame_system::RawOrigin;20use frame_system::RawOrigin;
21use pallet_common::benchmarking::{create_data, create_u16_data};21use pallet_common::benchmarking::{create_data, create_u16_data};
22use sp_std::{vec, boxed::Box};22use sp_std::{boxed::Box, vec};
23use staging_xcm::prelude::*;23use staging_xcm::prelude::*;
24use up_data_structs::{MAX_COLLECTION_NAME_LENGTH, MAX_TOKEN_PREFIX_LENGTH};24use up_data_structs::{MAX_COLLECTION_NAME_LENGTH, MAX_TOKEN_PREFIX_LENGTH};
2525