difftreelog
fix formatting
in: master
2 files changed
pallets/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));
pallets/fungible/src/lib.rsdiffbeforeafterbothno syntactic changes