Skip to content

Commit 5eb2097

Browse files
committed
fix: linter error
1 parent 97223be commit 5eb2097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/kube/scope_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package kube
22

33
import (
4+
"strings"
5+
"testing"
6+
47
corev1 "k8s.io/api/core/v1"
58
rbacv1 "k8s.io/api/rbac/v1"
69
apiextv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
710
"k8s.io/apimachinery/pkg/api/meta"
8-
"strings"
9-
"testing"
10-
1111
"k8s.io/apimachinery/pkg/runtime"
1212
"k8s.io/apimachinery/pkg/runtime/schema"
1313
"sigs.k8s.io/controller-runtime/pkg/client/fake"

0 commit comments

Comments
 (0)