Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
carllin committed Feb 1, 2025
1 parent b386c01 commit cbdf360
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion local-cluster/src/cluster_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
2 changes: 1 addition & 1 deletion rpc/src/rpc_pubsub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit cbdf360

Please sign in to comment.