Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Jun 3, 2024
1 parent cc8e669 commit 4116831
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
15 changes: 12 additions & 3 deletions relay-clients/client-kusama/src/codegen_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,10 @@ pub mod api {
report_equivocation {
equivocation_proof: ::std::boxed::Box<
runtime_types::sp_consensus_slots::EquivocationProof<
::sp_runtime::generic::Header<::core::primitive::u32>,
::sp_runtime::generic::Header<
::core::primitive::u32,
::sp_runtime::traits::BlakeTwo256,
>,
runtime_types::sp_consensus_babe::app::Public,
>,
>,
Expand All @@ -450,7 +453,10 @@ pub mod api {
report_equivocation_unsigned {
equivocation_proof: ::std::boxed::Box<
runtime_types::sp_consensus_slots::EquivocationProof<
::sp_runtime::generic::Header<::core::primitive::u32>,
::sp_runtime::generic::Header<
::core::primitive::u32,
::sp_runtime::traits::BlakeTwo256,
>,
runtime_types::sp_consensus_babe::app::Public,
>,
>,
Expand Down Expand Up @@ -7008,7 +7014,10 @@ pub mod api {
#[codec(index = 0)]
enter {
data: runtime_types::polkadot_primitives::v6::InherentData<
::sp_runtime::generic::Header<::core::primitive::u32>,
::sp_runtime::generic::Header<
::core::primitive::u32,
::sp_runtime::traits::BlakeTwo256,
>,
>,
},
}
Expand Down
15 changes: 12 additions & 3 deletions relay-clients/client-polkadot/src/codegen_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,10 @@ pub mod api {
report_equivocation {
equivocation_proof: ::std::boxed::Box<
runtime_types::sp_consensus_slots::EquivocationProof<
::sp_runtime::generic::Header<::core::primitive::u32>,
::sp_runtime::generic::Header<
::core::primitive::u32,
::sp_runtime::traits::BlakeTwo256,
>,
runtime_types::sp_consensus_babe::app::Public,
>,
>,
Expand All @@ -450,7 +453,10 @@ pub mod api {
report_equivocation_unsigned {
equivocation_proof: ::std::boxed::Box<
runtime_types::sp_consensus_slots::EquivocationProof<
::sp_runtime::generic::Header<::core::primitive::u32>,
::sp_runtime::generic::Header<
::core::primitive::u32,
::sp_runtime::traits::BlakeTwo256,
>,
runtime_types::sp_consensus_babe::app::Public,
>,
>,
Expand Down Expand Up @@ -6616,7 +6622,10 @@ pub mod api {
#[codec(index = 0)]
enter {
data: runtime_types::polkadot_primitives::v6::InherentData<
::sp_runtime::generic::Header<::core::primitive::u32>,
::sp_runtime::generic::Header<
::core::primitive::u32,
::sp_runtime::traits::BlakeTwo256,
>,
>,
},
}
Expand Down

0 comments on commit 4116831

Please sign in to comment.