From 2d180a9c85ae4c9dd117c42c9200412049fd2bd0 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Thu, 22 Dec 2022 15:55:04 +0000 Subject: [PATCH] fix: cargo fmt --- --- a/pallets/foreign-assets/src/lib.rs +++ b/pallets/foreign-assets/src/lib.rs @@ -161,8 +161,7 @@ fn get_currency_id(multi_location: MultiLocation) -> Option { log::trace!(target: "fassets::get_currency_id", "call"); - Pallet::::location_to_currency_ids(multi_location) - .map(|id| AssetIds::ForeignAssetId(id)) + Pallet::::location_to_currency_ids(multi_location).map(|id| AssetIds::ForeignAssetId(id)) } } -- gitstuff