Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
labuladong committed Mar 22, 2024
1 parent dc4099c commit b633b5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/pulsarconnection_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ type PulsarConnectionReconciler struct {
// For more details, check Reconcile and its Result here:
// - https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/reconcile
func (r *PulsarConnectionReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {

pulsarConnection := &resourcev1alpha1.PulsarConnection{}
if err := r.Get(ctx, req.NamespacedName, pulsarConnection); err != nil {
if apierrors.IsNotFound(err) {
Expand Down

0 comments on commit b633b5a

Please sign in to comment.