Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Merged
Prev Previous commit
Next Next commit
cargo fmt
  • Loading branch information
greg committed Nov 30, 2023
commit 92949aa0065d33519fbf4edb019abb37668c983a
3 changes: 2 additions & 1 deletion gossip/src/crds_entry.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
use {
crate::{
contact_info::ContactInfo,
crds::VersionedCrdsValue,
crds_value::{
CrdsData, CrdsValue, CrdsValueLabel, LegacyVersion, LowestSlot, SnapshotHashes, Version,
},
legacy_contact_info::LegacyContactInfo, contact_info::ContactInfo,
legacy_contact_info::LegacyContactInfo,
},
indexmap::IndexMap,
solana_sdk::pubkey::Pubkey,
Expand Down