git.delta.rocks / unique-network / refs/commits / 5a77207814cd

difftreelog

style fix formatting

Yaroslav Bolyukin2024-06-24parent: #90c8f96.patch.diff
in: master

1 file changed

modifiedruntime/common/config/substrate.rsdiffbeforeafterboth
15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.
1616
17use frame_support::{17use frame_support::{
18 derive_impl,
18 dispatch::DispatchClass,19 dispatch::DispatchClass,
19 ord_parameter_types, parameter_types,20 ord_parameter_types, parameter_types,
20 traits::{21 traits::{
25 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight},26 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight},
26 ConstantMultiplier,27 ConstantMultiplier,
27 },28 },
28 PalletId, derive_impl,29 PalletId,
29};30};
30use frame_system::{31use frame_system::{
31 limits::{BlockLength, BlockWeights},32 limits::{BlockLength, BlockWeights},
4243
43use crate::{44use crate::{
44 runtime_common::DealWithFees, Balances, Block, OriginCaller, PalletInfo, Runtime, RuntimeCall,45 runtime_common::DealWithFees, Balances, Block, OriginCaller, PalletInfo, Runtime, RuntimeCall,
45 RuntimeEvent, RuntimeFreezeReason, RuntimeHoldReason, RuntimeOrigin, SS58Prefix, System,46 RuntimeEvent, RuntimeFreezeReason, RuntimeHoldReason, RuntimeOrigin, RuntimeTask, SS58Prefix,
46 Treasury, Version, RuntimeTask,47 System, Treasury, Version,
47};48};
4849
49parameter_types! {50parameter_types! {