git.delta.rocks / unique-network / refs/commits / 838ab9f77970

difftreelog

fix formatting

Daniel Shiposha2022-09-08parent: #93e757a.patch.diff
in: master

2 files changed

modifiedpallets/foreign-assets/src/lib.rsdiffbeforeafterboth
--- a/pallets/foreign-assets/src/lib.rs
+++ b/pallets/foreign-assets/src/lib.rs
@@ -481,13 +481,13 @@
 		Ok(payment)
 	}
 }
-impl<
+impl<WeightToFee, AssetId, AccountId, Currency, OnUnbalanced> Drop
+	for FreeForAll<WeightToFee, AssetId, AccountId, Currency, OnUnbalanced>
+where
 	WeightToFee: WeightToFeePolynomial<Balance = Currency::Balance>,
 	AssetId: Get<MultiLocation>,
-	AccountId,
 	Currency: CurrencyT<AccountId>,
 	OnUnbalanced: OnUnbalancedT<Currency::NegativeImbalance>,
-> Drop for FreeForAll<WeightToFee, AssetId, AccountId, Currency, OnUnbalanced>
 {
 	fn drop(&mut self) {
 		OnUnbalanced::on_unbalanced(Currency::issue(self.1));
modifiedpallets/fungible/src/lib.rsdiffbeforeafterboth

no syntactic changes