construct_runtime!: Support parsing struct Runtime (#11932)

* construct_runtime!: Support parsing `struct Runtime`

* FMT
This commit is contained in:
Bastian Köcher
2022-07-29 10:22:49 +01:00
committed by GitHub
parent c4b607d4c9
commit 4b3aced87e
3 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ type UncheckedExtrinsic = frame_system::mocking::MockUncheckedExtrinsic<Test>;
type Block = frame_system::mocking::MockBlock<Test>;
frame_support::construct_runtime!(
pub enum Test where
pub struct Test where
Block = Block,
NodeBlock = Block,
UncheckedExtrinsic = UncheckedExtrinsic,