difftreelog
style fix formatting
in: master
4 files changed
pallets/common/src/lib.rsdiffbeforeafterbothno syntactic changes
pallets/fungible/src/erc.rsdiffbeforeafterboth--- a/pallets/fungible/src/erc.rs
+++ b/pallets/fungible/src/erc.rs
@@ -38,8 +38,8 @@
use sp_core::{U256, Get};
use crate::{
- Allowance, Balance, Config, FungibleHandle, Pallet, TotalSupply,
- SelfWeightOf, weights::WeightInfo,
+ Allowance, Balance, Config, FungibleHandle, Pallet, TotalSupply, SelfWeightOf,
+ weights::WeightInfo,
};
frontier_contract! {
pallets/refungible/src/erc.rsdiffbeforeafterboth--- a/pallets/refungible/src/erc.rs
+++ b/pallets/refungible/src/erc.rs
@@ -48,8 +48,8 @@
};
use crate::{
- AccountBalance, Balance, Config, CreateItemData, Pallet, RefungibleHandle,
- TokenProperties, TokensMinted, TotalSupply, SelfWeightOf, weights::WeightInfo,
+ AccountBalance, Balance, Config, CreateItemData, Pallet, RefungibleHandle, TokenProperties,
+ TokensMinted, TotalSupply, SelfWeightOf, weights::WeightInfo,
};
frontier_contract! {
pallets/refungible/src/erc_token.rsdiffbeforeafterboth--- a/pallets/refungible/src/erc_token.rs
+++ b/pallets/refungible/src/erc_token.rs
@@ -40,7 +40,10 @@
use sp_core::U256;
use up_data_structs::TokenId;
-use crate::{Allowance, Balance, Config, Pallet, RefungibleHandle, TotalSupply, common::CommonWeights, SelfWeightOf, weights::WeightInfo};
+use crate::{
+ Allowance, Balance, Config, Pallet, RefungibleHandle, TotalSupply, common::CommonWeights,
+ SelfWeightOf, weights::WeightInfo,
+};
/// Refungible token handle contains information about token's collection and id
///