From 473cf4e8f7ff86740a83daefcce15edd9bad3d29 Mon Sep 17 00:00:00 2001 From: gotjosh Date: Tue, 13 Apr 2021 14:07:44 +0100 Subject: [PATCH] Remove whitespace Signed-off-by: gotjosh --- cluster/cluster.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster/cluster.go b/cluster/cluster.go index b884ddb0..c282e035 100644 --- a/cluster/cluster.go +++ b/cluster/cluster.go @@ -536,7 +536,6 @@ func (p *Peer) peerUpdate(n *memberlist.Node) { // AddState adds a new state that will be gossiped. It returns a channel to which // broadcast messages for the state can be sent. func (p *Peer) AddState(key string, s State, reg prometheus.Registerer) ClusterChannel { - p.mtx.Lock() p.states[key] = s p.mtx.Unlock()