From d74471168a67789616ccce9e46dbe4e1530ab73c Mon Sep 17 00:00:00 2001 From: Madhur Shrimal <madhur.shrimal@gmail.com> Date: Fri, 26 Apr 2024 10:42:46 -0700 Subject: [PATCH] remove spaces --- node/metrics.go | 1 - 1 file changed, 1 deletion(-) diff --git a/node/metrics.go b/node/metrics.go index 1d4cab247b..800c4048e9 100644 --- a/node/metrics.go +++ b/node/metrics.go @@ -246,7 +246,6 @@ func (g *Metrics) collectOnchainMetrics() { // Reset the cache to false for all quorum for next cycle g.allQuorumCache[q] = false } - } } }