Skip to content

Commit 5003c0f

Browse files
author
Scott Nichols
committed
Ran goimports on pkg/client/apiutil/apimachinery.go
1 parent 63d2f4a commit 5003c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/apiutil/apimachinery.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"k8s.io/apimachinery/pkg/runtime/schema"
99
"k8s.io/apimachinery/pkg/runtime/serializer"
1010
"k8s.io/client-go/discovery"
11-
"k8s.io/client-go/restmapper"
1211
"k8s.io/client-go/rest"
12+
"k8s.io/client-go/restmapper"
1313
)
1414

1515
// NewDiscoveryRESTMapper constructs a new RESTMapper based on discovery

0 commit comments

Comments
 (0)