From e252d97c6f2534ed24f7e9e871764245d137124b Mon Sep 17 00:00:00 2001 From: Shashwat Hiregoudar Date: Wed, 9 Jul 2025 11:53:27 +0530 Subject: [PATCH] linting the code Signed-off-by: Shashwat Hiregoudar --- collector/nvme_linux.go | 1 - 1 file changed, 1 deletion(-) diff --git a/collector/nvme_linux.go b/collector/nvme_linux.go index 88218e5c..04af7276 100644 --- a/collector/nvme_linux.go +++ b/collector/nvme_linux.go @@ -196,4 +196,3 @@ func (c *nvmeCollector) Update(ch chan<- prometheus.Metric) error { return nil } -