Skip to content

Commit

Permalink
[local] fix gofmt issue in our local branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bpineau committed Jun 7, 2024
1 parent 4a9e1b9 commit bf8049c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ func createAutoscalingOptions() config.AutoscalingOptions {
GpuTotal: parsedGpuTotal,
NodeGroups: *nodeGroupsFlag,
EnforceNodeGroupMinSize: *enforceNodeGroupMinSize,
NodeInfosProcessorPodTemplates: *podTemplatesProcessor,
NodeInfosProcessorPodTemplates: *podTemplatesProcessor,
ScaleDownDelayAfterAdd: *scaleDownDelayAfterAdd,
ScaleDownDelayAfterDelete: *scaleDownDelayAfterDelete,
ScaleDownDelayAfterFailure: *scaleDownDelayAfterFailure,
Expand Down

0 comments on commit bf8049c

Please sign in to comment.