Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 5024060

Browse files
committed
fmt
1 parent 16612b9 commit 5024060

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

node/overseer/src/tests.rs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ use polkadot_node_subsystem_types::{
2929
ActivatedLeaf, LeafStatus,
3030
};
3131
use polkadot_primitives::v2::{
32-
CandidateHash, CandidateReceipt, CollatorPair, InvalidDisputeStatementKind,
33-
ValidDisputeStatementKind, ValidatorIndex, Id as ParaId,
32+
CandidateHash, CandidateReceipt, CollatorPair, Id as ParaId, InvalidDisputeStatementKind,
33+
ValidDisputeStatementKind, ValidatorIndex,
3434
};
3535

3636
use crate::{
@@ -911,7 +911,10 @@ fn test_chain_selection_msg() -> ChainSelectionMessage {
911911
}
912912

913913
fn test_prospective_parachains_msg() -> ProspectiveParachainsMessage {
914-
ProspectiveParachainsMessage::CandidateBacked(ParaId::from(5), CandidateHash(Hash::repeat_byte(0)))
914+
ProspectiveParachainsMessage::CandidateBacked(
915+
ParaId::from(5),
916+
CandidateHash(Hash::repeat_byte(0)),
917+
)
915918
}
916919

917920
// Checks that `stop`, `broadcast_signal` and `broadcast_message` are implemented correctly.

0 commit comments

Comments
 (0)