Skip to content

Commit

Permalink
Undo whitespace-only change (merge mistake)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDog committed Nov 26, 2024
1 parent cd21af9 commit 8238c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exp/api/v1beta2/awsmachinepool_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func (r *AWSMachinePool) validateAdditionalSecurityGroups() field.ErrorList {
}
return allErrs
}

func (r *AWSMachinePool) validateSpotInstances() field.ErrorList {
var allErrs field.ErrorList
if r.Spec.AWSLaunchTemplate.SpotMarketOptions != nil && r.Spec.MixedInstancesPolicy != nil {
Expand Down

0 comments on commit 8238c4b

Please sign in to comment.