git.delta.rocks / unique-network / refs/commits / 12f11314c194

difftreelog

style fix formatting

Yaroslav Bolyukin2023-02-05parent: #586a87e.patch.diff
in: master

4 files changed

modifiedpallets/common/src/lib.rsdiffbeforeafterboth

no syntactic changes

modifiedpallets/fungible/src/erc.rsdiffbeforeafterboth

no syntactic changes

modifiedpallets/refungible/src/erc.rsdiffbeforeafterboth

no syntactic changes

modifiedpallets/refungible/src/erc_token.rsdiffbeforeafterboth
4242
43use crate::{Allowance, Balance, Config, Pallet, RefungibleHandle, TotalSupply, common::CommonWeights, SelfWeightOf, weights::WeightInfo};43use crate::{
44 Allowance, Balance, Config, Pallet, RefungibleHandle, TotalSupply, common::CommonWeights,
45 SelfWeightOf, weights::WeightInfo,
46};
4447
45/// Refungible token handle contains information about token's collection and id48/// Refungible token handle contains information about token's collection and id