Skip to content

Commit 8f103b9

Browse files
Fixed linter issue
1 parent d560cd0 commit 8f103b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ipamutil/reconciler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func (r *ClaimReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ct
182182
return ctrl.Result{}, nil
183183
}
184184

185-
func (r *ClaimReconciler) reconcileDelete(ctx context.Context, claim *ipamv1.IPAddressClaim) (ctrl.Result, error) { //nolint:unparam
185+
func (r *ClaimReconciler) reconcileDelete(ctx context.Context, claim *ipamv1.IPAddressClaim) (ctrl.Result, error) {
186186
address := &ipamv1.IPAddress{}
187187
namespacedName := types.NamespacedName{
188188
Namespace: claim.Namespace,

0 commit comments

Comments
 (0)