Skip to content

Commit

Permalink
fixing linting pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bsoghigian committed Jan 10, 2023
1 parent 0f8ed0b commit cb19141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster-autoscaler/config/autoscaling_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ type NodeGroupDifferenceRatios struct {
MaxCapacityMemoryDifferenceRatio float64
}

// NewDefaultNodeGroupDifferenceRatios returns default NodeGroupDifferenceRatios values
func NewDefaultNodeGroupDifferenceRatios() NodeGroupDifferenceRatios {
return NodeGroupDifferenceRatios{
MaxAllocatableDifferenceRatio: DefaultMaxAllocatableDifferenceRatio,
Expand Down

0 comments on commit cb19141

Please sign in to comment.