Skip to content

Commit eb36b73

Browse files
committed
gofmt
Signed-off-by: Jack Francis <jackfrancis@gmail.com>
1 parent 783fc28 commit eb36b73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster-autoscaler/core/scaledown/actuation/actuator.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const (
5757

5858
// Actuator is responsible for draining and deleting nodes.
5959
type Actuator struct {
60-
autoscalingContext *ca_context.AutoscalingContext
60+
autoscalingContext *ca_context.AutoscalingContext
6161
nodeDeletionTracker *deletiontracker.NodeDeletionTracker
6262
nodeDeletionScheduler *GroupDeletionScheduler
6363
deleteOptions options.NodeDeleteOptions
@@ -90,7 +90,7 @@ func NewActuator(autoscalingContext *ca_context.AutoscalingContext, scaleStateNo
9090
evictor = NewEvictor(ndt, legacyFlagDrainConfig, false)
9191
}
9292
return &Actuator{
93-
autoscalingContext: autoscalingContext,
93+
autoscalingContext: autoscalingContext,
9494
nodeDeletionTracker: ndt,
9595
nodeDeletionScheduler: NewGroupDeletionScheduler(autoscalingContext, ndt, ndb, evictor),
9696
budgetProcessor: budgets.NewScaleDownBudgetProcessor(autoscalingContext),

0 commit comments

Comments
 (0)