Skip to content

Commit

Permalink
Update pkg/controller/machineset/delete_policy.go
Browse files Browse the repository at this point in the history
  • Loading branch information
squ94wk authored Mar 28, 2024
1 parent 69807af commit 2903daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/machineset/delete_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func defaultDeletePolicy(machine *v1alpha1.Machine) deletePriority {
return mustDelete
}

if machine.Status.NodeRef == nil{
if machine.Status.NodeRef == nil {
return mustDelete
}

Expand Down

0 comments on commit 2903daa

Please sign in to comment.