Skip to content

Commit

Permalink
fix wrong indent
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Aug 9, 2024
1 parent 350050a commit 86b138e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gossip/src/crds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
//! that is identified by a Pubkey.
//! * 1 Pubkey maps many CrdsValueLabels
//! * 1 CrdsValueLabel maps to 1 CrdsValue
//! The Label, the record Pubkey, and all the record labels can be derived
//! from a single CrdsValue.
//!
//! The Label, the record Pubkey, and all the record labels can be derived
//! from a single CrdsValue.
//!
//! The actual data is stored in a single map of
//! `CrdsValueLabel(Pubkey) -> CrdsValue` This allows for partial record
Expand Down

0 comments on commit 86b138e

Please sign in to comment.