Skip to content

Commit 20caa53

Browse files
committed
Placate linter by gci'ing files
1 parent f68fd20 commit 20caa53

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

api/v1beta1/index/machinepool.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ import (
2121
"fmt"
2222

2323
"github.com/pkg/errors"
24-
clusterv1 "sigs.k8s.io/cluster-api/api/v1beta1"
2524
ctrl "sigs.k8s.io/controller-runtime"
2625
"sigs.k8s.io/controller-runtime/pkg/client"
26+
27+
clusterv1 "sigs.k8s.io/cluster-api/api/v1beta1"
2728
)
2829

2930
const (

api/v1beta1/index/machinepool_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ import (
2121

2222
. "github.com/onsi/gomega"
2323
corev1 "k8s.io/api/core/v1"
24-
clusterv1 "sigs.k8s.io/cluster-api/api/v1beta1"
2524
"sigs.k8s.io/controller-runtime/pkg/client"
25+
26+
clusterv1 "sigs.k8s.io/cluster-api/api/v1beta1"
2627
)
2728

2829
func TestIndexMachinePoolByNodeName(t *testing.T) {

0 commit comments

Comments
 (0)