Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
therealdannzor committed Jul 29, 2024
1 parent 9220cdc commit 310c487
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dan_layer/consensus_tests/src/support/validator/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ use crate::support::{
messaging_impls::{TestInboundMessaging, TestOutboundMessaging},
signing_service::TestVoteSignatureService,
sync::AlwaysSyncedSyncManager,
RoundRobinLeaderStrategy, TestBlockTransactionProcessor, TestConsensusSpec, Validator, ValidatorChannels,
RoundRobinLeaderStrategy,
TestBlockTransactionProcessor,
TestConsensusSpec,
Validator,
ValidatorChannels,
};

pub struct ValidatorBuilder {
Expand Down

0 comments on commit 310c487

Please sign in to comment.