Skip to content

Commit 7384b09

Browse files
committed
fix goimports
1 parent f424701 commit 7384b09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/test/mocks/manager.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ limitations under the License.
1717
package mocks
1818

1919
import (
20+
"net/http"
21+
2022
"k8s.io/apimachinery/pkg/api/meta"
2123
"k8s.io/apimachinery/pkg/runtime"
2224
"k8s.io/client-go/kubernetes/scheme"
2325
"k8s.io/client-go/rest"
2426
"k8s.io/client-go/tools/record"
25-
"net/http"
2627
"sigs.k8s.io/controller-runtime/pkg/cache"
2728
"sigs.k8s.io/controller-runtime/pkg/client"
2829
"sigs.k8s.io/controller-runtime/pkg/healthz"

0 commit comments

Comments
 (0)