Skip to content

Commit e974006

Browse files
committed
Lint acceptable format for rbac_test.go
Signed-off-by: Brett Tofel <[email protected]>
1 parent e37b4d1 commit e974006

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/operator-controller/authorization/rbac_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"strings"
77
"testing"
88

9-
"github.com/operator-framework/operator-controller/internal/operator-controller/features"
109
"github.com/stretchr/testify/require"
1110
corev1 "k8s.io/api/core/v1"
1211
rbacv1 "k8s.io/api/rbac/v1"
@@ -17,6 +16,8 @@ import (
1716
featuregatetesting "k8s.io/component-base/featuregate/testing"
1817
"sigs.k8s.io/controller-runtime/pkg/client"
1918
"sigs.k8s.io/controller-runtime/pkg/client/fake"
19+
20+
"github.com/operator-framework/operator-controller/internal/operator-controller/features"
2021
)
2122

2223
var (

0 commit comments

Comments
 (0)