From 3e16282fa96d3e841cf0ada358cc442f0fd3c962 Mon Sep 17 00:00:00 2001 From: Gianni Gambetti <99784476+ggambetti@users.noreply.github.com> Date: Thu, 14 Apr 2022 13:42:02 -0400 Subject: [PATCH] gofmt --- start.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.go b/start.go index 7747d0b..4576f5a 100644 --- a/start.go +++ b/start.go @@ -150,7 +150,7 @@ func UpdateFilterAndLabels(allow, block, allowedLabels, blockedLabels []string) // This is intended for use immediately prior to application exit. func Shutdown() { m := globalMetrics.Load().(*Metrics) - // Replace global metrics with the BlackholeSink like how init setup the library. + // Replace global metrics with the BlackholeSink like how init setup the library. globalMetrics.Store(&Metrics{sink: &BlackholeSink{}}) m.Shutdown() }