--- a/pallets/common/src/lib.rs +++ b/pallets/common/src/lib.rs @@ -347,7 +347,8 @@ /// Not used by code, exists only to provide some types to metadata #[pallet::storage] - pub type DummyStorageValue = StorageValue; + pub type DummyStorageValue = + StorageValue; } impl Pallet {