From 4fa2a42ac6ac43cdebaab1ad1db3eb10c6c4d06b Mon Sep 17 00:00:00 2001 From: PraetorP Date: Mon, 11 Jul 2022 07:13:49 +0000 Subject: [PATCH] fix: cargo fmt --- --- a/pallets/fungible/src/lib.rs +++ b/pallets/fungible/src/lib.rs @@ -120,6 +120,7 @@ /// Not Fungible item data used to mint in Fungible collection. NotFungibleDataUsedToMintFungibleCollectionToken, /// Not default id passed as TokenId argument. + /// The default value of TokenId for Fungible collection is 0. FungibleItemsHaveNoId, /// Tried to set data for fungible item. FungibleItemsDontHaveData, -- gitstuff