From 8b20ab49452f91c6a72d8f60216c7c224eae3c5c Mon Sep 17 00:00:00 2001 From: PraetorP Date: Mon, 18 Jul 2022 13:23:03 +0000 Subject: [PATCH] fix : cargo fmt --- --- a/pallets/fungible/src/lib.rs +++ b/pallets/fungible/src/lib.rs @@ -585,7 +585,6 @@ Ok(()) } - /// Creates FT token. /// /// The sender should be the owner/admin of the collection or collection should be configured -- gitstuff