--- a/pallets/nonfungible/src/common.rs +++ b/pallets/nonfungible/src/common.rs @@ -416,8 +416,8 @@ properties .into_iter() .map(|(key, value)| Property { - key: key, - value: value, + key, + value, }) .collect() })