Skip to content

Commit 9fb6cdc

Browse files
committed
Fix go fmt errors
1 parent a63c7ab commit 9fb6cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster-autoscaler/core/scale_up.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ import (
3939
"k8s.io/autoscaler/cluster-autoscaler/processors/nodegroupset"
4040
"k8s.io/autoscaler/cluster-autoscaler/processors/status"
4141
"k8s.io/autoscaler/cluster-autoscaler/utils/errors"
42-
"k8s.io/autoscaler/cluster-autoscaler/utils/klogx"
4342
"k8s.io/autoscaler/cluster-autoscaler/utils/gpu"
43+
"k8s.io/autoscaler/cluster-autoscaler/utils/klogx"
4444
schedulerframework "k8s.io/kubernetes/pkg/scheduler/framework/v1alpha1"
4545

4646
klog "k8s.io/klog/v2"

cluster-autoscaler/simulator/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323

2424
"k8s.io/autoscaler/cluster-autoscaler/utils/drain"
2525
"k8s.io/autoscaler/cluster-autoscaler/utils/errors"
26-
"k8s.io/autoscaler/cluster-autoscaler/utils/klogx"
2726
"k8s.io/autoscaler/cluster-autoscaler/utils/gpu"
27+
"k8s.io/autoscaler/cluster-autoscaler/utils/klogx"
2828
kube_util "k8s.io/autoscaler/cluster-autoscaler/utils/kubernetes"
2929
pod_util "k8s.io/autoscaler/cluster-autoscaler/utils/pod"
3030
"k8s.io/autoscaler/cluster-autoscaler/utils/tpu"

0 commit comments

Comments
 (0)