Fix trailing whitespace (#10558)

This commit is contained in:
Ryo Onodera
2020-06-14 14:43:43 +09:00
committed by GitHub
parent ba83e4ca50
commit d159bc71e7

View File

@ -46,7 +46,7 @@ pub struct CrdsGossipPush {
/// push message queue
push_messages: HashMap<CrdsValueLabel, Hash>,
/// 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
/// currently have this node in their `active_set`
received_cache: HashMap<Pubkey, HashMap<Pubkey, (bool, u64)>>,