From 6950f692f992af299af2ee09bd0483401b6a360d Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Wed, 17 Nov 2021 10:52:18 +0000 Subject: [PATCH] style: fix formatting --- --- 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 { -- gitstuff