Skip to content

Commit c40484a

Browse files
committed
fmt
Signed-off-by: Hang Yan <[email protected]>
1 parent 91ec08b commit c40484a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkg/antctl/raw/supportbundle/command.go

+1-5
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ import (
3434
"golang.org/x/time/rate"
3535
"gopkg.in/yaml.v2"
3636

37-
apierrors "k8s.io/apimachinery/pkg/api/errors"
38-
3937
corev1 "k8s.io/api/core/v1"
40-
38+
apierrors "k8s.io/apimachinery/pkg/api/errors"
4139
"k8s.io/apimachinery/pkg/api/meta"
4240
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
4341
k8sruntime "k8s.io/apimachinery/pkg/runtime"
@@ -52,9 +50,7 @@ import (
5250
"antrea.io/antrea/pkg/apis/crd/v1beta1"
5351
systemv1beta1 "antrea.io/antrea/pkg/apis/system/v1beta1"
5452
antrea "antrea.io/antrea/pkg/client/clientset/versioned"
55-
5653
systemclientset "antrea.io/antrea/pkg/client/clientset/versioned/typed/system/v1beta1"
57-
5854
"antrea.io/antrea/pkg/util/compress"
5955
"antrea.io/antrea/pkg/util/k8s"
6056
)

0 commit comments

Comments
 (0)