From 612a6fa871a9d421b9803fd9b7d60d4aa0a80464 Mon Sep 17 00:00:00 2001 From: Fernando Alfaro Campos Date: Mon, 23 Dec 2024 15:47:21 -0500 Subject: [PATCH] Address lint errors --- service/controller.go | 1 - 1 file changed, 1 deletion(-) diff --git a/service/controller.go b/service/controller.go index 8175d204..3c84b53a 100644 --- a/service/controller.go +++ b/service/controller.go @@ -2659,7 +2659,6 @@ func (s *service) systemProbeAll(ctx context.Context) error { } else { Log.Infof("array %s probed successfully", systemID) } - }(array) }