diff --git a/spotinst/ocean_aws_strategy/fields_spotinst_ocean_aws_strategy.go b/spotinst/ocean_aws_strategy/fields_spotinst_ocean_aws_strategy.go index 2f4cdaa4c..7138a6193 100644 --- a/spotinst/ocean_aws_strategy/fields_spotinst_ocean_aws_strategy.go +++ b/spotinst/ocean_aws_strategy/fields_spotinst_ocean_aws_strategy.go @@ -154,7 +154,6 @@ func Setup(fieldsMap map[commons.FieldName]*commons.GenericField) { spotPercentage = spotinst.Float64(float64(v)) } cluster.Strategy.SetSpotPercentage(spotPercentage) - } return nil },