Fix trailing whitespace (#10558)
This commit is contained in:
@ -46,7 +46,7 @@ pub struct CrdsGossipPush {
|
|||||||
/// push message queue
|
/// push message queue
|
||||||
push_messages: HashMap<CrdsValueLabel, Hash>,
|
push_messages: HashMap<CrdsValueLabel, Hash>,
|
||||||
/// Cache that tracks which validators a message was received from
|
/// Cache that tracks which validators a message was received from
|
||||||
/// bool indicates it has been pruned.
|
/// bool indicates it has been pruned.
|
||||||
/// This cache represents a lagging view of which validators
|
/// This cache represents a lagging view of which validators
|
||||||
/// currently have this node in their `active_set`
|
/// currently have this node in their `active_set`
|
||||||
received_cache: HashMap<Pubkey, HashMap<Pubkey, (bool, u64)>>,
|
received_cache: HashMap<Pubkey, HashMap<Pubkey, (bool, u64)>>,
|
||||||
|
Reference in New Issue
Block a user