Skip to content

Commit b44f0aa

Browse files
committed
Remove redundant package alias
1 parent b242921 commit b44f0aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v1beta1/rabbitmqcluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
corev1 "k8s.io/api/core/v1"
1919
k8sresource "k8s.io/apimachinery/pkg/api/resource"
2020
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
21-
runtime "k8s.io/apimachinery/pkg/runtime"
21+
"k8s.io/apimachinery/pkg/runtime"
2222
)
2323

2424
const (

api/v1beta1/rabbitmqcluster_types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
corev1 "k8s.io/api/core/v1"
1717
"k8s.io/apimachinery/pkg/api/resource"
1818
k8sresource "k8s.io/apimachinery/pkg/api/resource"
19-
runtime "k8s.io/apimachinery/pkg/runtime"
19+
"k8s.io/apimachinery/pkg/runtime"
2020

2121
"golang.org/x/net/context"
2222
apierrors "k8s.io/apimachinery/pkg/api/errors"

0 commit comments

Comments
 (0)