From c97f702e088d3f20f508ab5a476edc80f0f6945b Mon Sep 17 00:00:00 2001 From: Trubnikov Sergey Date: Mon, 11 Apr 2022 13:02:26 +0000 Subject: [PATCH] CORE-325 cargo fmt --- --- a/pallets/nonfungible/src/erc.rs +++ b/pallets/nonfungible/src/erc.rs @@ -457,8 +457,7 @@ }); } - >::create_multiple_items(self, &caller, data) - .map_err(dispatch_to_evm::)?; + >::create_multiple_items(self, &caller, data).map_err(dispatch_to_evm::)?; Ok(true) } } -- gitstuff