difftreelog
fix cargo fmt
in: master
1 file changed
pallets/foreign-assets/src/benchmarking.rsdiffbeforeafterboth19use 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