Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 12, 2024
1 parent 1145096 commit 7102579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion streamer/src/nonblocking/quic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use {
quinn_proto::VarIntBoundsExceeded,
rand::{thread_rng, Rng},
smallvec::SmallVec,
solana_keypair::Keypair,
solana_measure::measure::Measure,
solana_packet::{Meta, PACKET_DATA_SIZE},
solana_perf::packet::{PacketBatch, PACKETS_PER_BATCH},
Expand All @@ -34,7 +35,6 @@ use {
QUIC_TOTAL_STAKED_CONCURRENT_STREAMS, QUIC_UNSTAKED_RECEIVE_WINDOW_RATIO,
},
solana_signature::Signature,
solana_keypair::Keypair,
solana_time_utils as timing,
solana_transaction_metrics_tracker::signature_if_should_track_packet,
std::{
Expand Down
2 changes: 1 addition & 1 deletion streamer/src/nonblocking/testing_utilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ use {
crypto::rustls::QuicClientConfig, ClientConfig, Connection, EndpointConfig, IdleTimeout,
TokioRuntime, TransportConfig,
},
solana_keypair::Keypair,
solana_perf::packet::PacketBatch,
solana_quic_definitions::{QUIC_KEEP_ALIVE, QUIC_MAX_TIMEOUT},
solana_sdk::net::DEFAULT_TPU_COALESCE,
solana_keypair::Keypair,
std::{
net::{SocketAddr, UdpSocket},
sync::{atomic::AtomicBool, Arc, RwLock},
Expand Down
2 changes: 1 addition & 1 deletion streamer/src/tls_certificates.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use {
solana_pubkey::Pubkey,
solana_keypair::Keypair,
solana_pubkey::Pubkey,
solana_signer::Signer,
x509_parser::{prelude::*, public_key::PublicKey},
};
Expand Down

0 comments on commit 7102579

Please sign in to comment.