Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vgantchev committed Oct 24, 2024
1 parent 4318938 commit 4766872
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions integration-tests/src/kusama_test_net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -530,12 +530,10 @@ pub fn initialize_rococo_block(target_block: BlockNumber, target_slot: Slot) {
&Digest {
logs: vec![DigestItem::PreRuntime(
BABE_ENGINE_ID,
PreDigest::SecondaryPlain(
SecondaryPlainPreDigest {
authority_index,
slot: target_slot,
},
)
PreDigest::SecondaryPlain(SecondaryPlainPreDigest {
authority_index,
slot: target_slot,
})
.encode(),
)],
},
Expand Down

0 comments on commit 4766872

Please sign in to comment.