Skip to content

Commit

Permalink
fix: lint reconcile gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Dec 4, 2024
1 parent 7276fd2 commit 7ad026e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/natsgateway_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7ad026e

Please sign in to comment.