Skip to content

Commit

Permalink
k8s: additional linter fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroEsc committed Sep 20, 2023
1 parent dd50c27 commit 578aa92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/go/k8s/controllers/test/cluster_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ import (
"fmt"
"time"

"github.com/redpanda-data/redpanda/src/go/k8s/controllers/redpanda"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
types2 "github.com/onsi/gomega/types"
"github.com/redpanda-data/redpanda/src/go/k8s/controllers/redpanda"
appsv1 "k8s.io/api/apps/v1"
corev1 "k8s.io/api/core/v1"
v1 "k8s.io/api/rbac/v1"
Expand Down

0 comments on commit 578aa92

Please sign in to comment.