Skip to content

Commit bf8049c

Browse files
committed
[local] fix gofmt issue in our local branch
1 parent 4a9e1b9 commit bf8049c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func createAutoscalingOptions() config.AutoscalingOptions {
325325
GpuTotal: parsedGpuTotal,
326326
NodeGroups: *nodeGroupsFlag,
327327
EnforceNodeGroupMinSize: *enforceNodeGroupMinSize,
328-
NodeInfosProcessorPodTemplates: *podTemplatesProcessor,
328+
NodeInfosProcessorPodTemplates: *podTemplatesProcessor,
329329
ScaleDownDelayAfterAdd: *scaleDownDelayAfterAdd,
330330
ScaleDownDelayAfterDelete: *scaleDownDelayAfterDelete,
331331
ScaleDownDelayAfterFailure: *scaleDownDelayAfterFailure,

0 commit comments

Comments
 (0)