From 7ad026efc6925d57bb872c59b15bfe6a80df3f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Wed, 4 Dec 2024 20:20:48 +0000 Subject: [PATCH] fix: lint reconcile gateway --- controllers/natsgateway_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/natsgateway_controller.go b/controllers/natsgateway_controller.go index 2b010ca..56681cb 100644 --- a/controllers/natsgateway_controller.go +++ b/controllers/natsgateway_controller.go @@ -111,7 +111,7 @@ func (r *NatsGatewayReconciler) reconcileResources(ctx context.Context, req ctrl return nil } -func (r *NatsGatewayReconciler) reconcileGateway(ctx context.Context, req ctrl.Request, gateway *natsv1alpha1.NatsGateway) error { +func (r *NatsGatewayReconciler) reconcileGateway(ctx context.Context, _ ctrl.Request, gateway *natsv1alpha1.NatsGateway) error { log := log.FromContext(ctx) log.Info("reconcile status", "name", gateway.Name, "namespace", gateway.Namespace)