Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: drivebyer <wuyangmuc@gmail.com>
  • Loading branch information
drivebyer committed Jun 8, 2024
1 parent 05df952 commit c9c9d52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/controllerutil/controller_common.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package controllerutil

import (
"time"

"github.com/go-logr/logr"
apierrors "k8s.io/apimachinery/pkg/api/errors"
"sigs.k8s.io/controller-runtime/pkg/reconcile"
"time"
)

func Reconciled() (reconcile.Result, error) {
Expand Down

0 comments on commit c9c9d52

Please sign in to comment.