Skip to content

Commit cd8451c

Browse files
committed
Fix goimports
1 parent c80013e commit cd8451c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/client/fake/intercept.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package fake
22

33
import (
44
"context"
5+
56
"k8s.io/apimachinery/pkg/api/meta"
67
"k8s.io/apimachinery/pkg/runtime"
78
"k8s.io/apimachinery/pkg/runtime/schema"

pkg/client/fake/intercept_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package fake
22

33
import (
44
"context"
5+
56
. "github.com/onsi/ginkgo/v2"
67
. "github.com/onsi/gomega"
78
"k8s.io/apimachinery/pkg/types"

0 commit comments

Comments
 (0)