diff --git a/local-cluster/src/cluster_tests.rs b/local-cluster/src/cluster_tests.rs index a71c76a319ae99..1338e1eae29e5f 100644 --- a/local-cluster/src/cluster_tests.rs +++ b/local-cluster/src/cluster_tests.rs @@ -37,7 +37,10 @@ use { }, solana_streamer::socket::SocketAddrSpace, solana_tpu_client::tpu_client::{TpuClient, TpuClientConfig, TpuSenderError}, - solana_vote_program::{vote_state::TowerSync, vote_state::VoteTransaction, vote_transaction}, + solana_vote_program::{ + vote_state::{TowerSync, VoteTransaction}, + vote_transaction, + }, std::{ collections::{HashMap, HashSet, VecDeque}, net::{SocketAddr, TcpListener}, diff --git a/rpc/src/rpc_pubsub.rs b/rpc/src/rpc_pubsub.rs index bd71467ccbbf72..3d40964ae4f168 100644 --- a/rpc/src/rpc_pubsub.rs +++ b/rpc/src/rpc_pubsub.rs @@ -640,7 +640,7 @@ mod tests { transaction::{self, Transaction}, }, solana_stake_program::stake_state, - solana_vote_program::{vote_state::Vote, vote_state::VoteTransaction}, + solana_vote_program::vote_state::{Vote, VoteTransaction}, std::{ sync::{ atomic::{AtomicBool, AtomicU64},