Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Sandu <[email protected]>
  • Loading branch information
sandreim committed Oct 24, 2024
1 parent f647249 commit 82da09a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions polkadot/node/core/candidate-validation/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ use polkadot_primitives::{
CandidateDescriptorV2 as CandidateDescriptor, CandidateEvent,
CandidateReceiptV2 as CandidateReceipt,
},
AuthorityDiscoveryId, CandidateCommitments, ExecutorParams, Hash,
PersistedValidationData, PvfExecKind as RuntimePvfExecKind, PvfPrepKind, SessionIndex,
ValidationCode, ValidationCodeHash, ValidatorId,
AuthorityDiscoveryId, CandidateCommitments, ExecutorParams, Hash, PersistedValidationData,
PvfExecKind as RuntimePvfExecKind, PvfPrepKind, SessionIndex, ValidationCode,
ValidationCodeHash, ValidatorId,
};
use sp_application_crypto::{AppCrypto, ByteArray};
use sp_keystore::KeystorePtr;
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/core/candidate-validation/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use polkadot_node_subsystem_util::reexports::SubsystemContext;
use polkadot_overseer::ActivatedLeaf;
use polkadot_primitives::{
vstaging::CandidateDescriptorV2, CandidateDescriptor, CoreIndex, GroupIndex, HeadData,
Id as ParaId, SessionInfo, UpwardMessage, ValidatorId, OccupiedCoreAssumption
Id as ParaId, OccupiedCoreAssumption, SessionInfo, UpwardMessage, ValidatorId,
};
use polkadot_primitives_test_helpers::{
dummy_collator, dummy_collator_signature, dummy_hash, make_valid_candidate_descriptor,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ use polkadot_node_subsystem_util::{
availability_chunks::availability_chunk_index,
runtime::{get_occupied_cores, RuntimeInfo},
};
use polkadot_primitives::{
vstaging::OccupiedCore, CandidateHash, CoreIndex, Hash, SessionIndex,
};
use polkadot_primitives::{vstaging::OccupiedCore, CandidateHash, CoreIndex, Hash, SessionIndex};

use super::{FatalError, Metrics, Result, LOG_TARGET};

Expand Down
4 changes: 3 additions & 1 deletion polkadot/node/overseer/examples/minimal-example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ use polkadot_overseer::{
gen::{FromOrchestra, SpawnedSubsystem},
HeadSupportsParachains, SubsystemError,
};
use polkadot_primitives::{vstaging::CandidateReceiptV2 as CandidateReceipt, Hash, PersistedValidationData};
use polkadot_primitives::{
vstaging::CandidateReceiptV2 as CandidateReceipt, Hash, PersistedValidationData,
};
use polkadot_primitives_test_helpers::{
dummy_candidate_descriptor, dummy_hash, dummy_validation_code,
};
Expand Down

0 comments on commit 82da09a

Please sign in to comment.