From d159bc71e7413965f107d3b5ce76281df64bfb81 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Sun, 14 Jun 2020 14:43:43 +0900 Subject: [PATCH] Fix trailing whitespace (#10558) --- core/src/crds_gossip_push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/crds_gossip_push.rs b/core/src/crds_gossip_push.rs index 636ddf75e5..3efc3afd08 100644 --- a/core/src/crds_gossip_push.rs +++ b/core/src/crds_gossip_push.rs @@ -46,7 +46,7 @@ pub struct CrdsGossipPush { /// push message queue push_messages: HashMap, /// 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>,