Skip to content

Commit

Permalink
Run gofmt on source tree
Browse files Browse the repository at this point in the history
  • Loading branch information
efiacor committed Sep 2, 2024
1 parent 9968e3e commit 1f3d256
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (r *reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Resu
}

if !pvReady {
r.recorder.Eventf(pr, corev1.EventTypeNormal,
r.recorder.Eventf(pr, corev1.EventTypeNormal,
"Waiting", "owning PackageVariant for %s not Ready", pr.Spec.PackageName)

return ctrl.Result{RequeueAfter: RequeueDuration}, nil
Expand Down

0 comments on commit 1f3d256

Please sign in to comment.