Remove whitespace

Signed-off-by: gotjosh <josue@grafana.com>
This commit is contained in:
gotjosh 2021-04-13 14:07:44 +01:00
parent d0406d6295
commit 473cf4e8f7
No known key found for this signature in database
GPG Key ID: 731A782929412860
1 changed files with 0 additions and 1 deletions

View File

@ -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()