Skip to content

Commit 02bc88f

Browse files
authored
Apply suggestions from code review
1 parent 6252f16 commit 02bc88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/services/compute/compute_instance_helpers.go.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ func schedulingHasChangeRequiringReboot(d *schema.ResourceData) bool {
816816
return hasNodeAffinitiesChanged(oScheduling, newScheduling) ||
817817
hasMaxRunDurationChanged(oScheduling, newScheduling) ||
818818
hasGracefulShutdownChangedWithReboot(d, oScheduling, newScheduling) ||
819-
hasTerminationTimeChanged(oScheduling, newScheduling))
819+
hasTerminationTimeChanged(oScheduling, newScheduling)
820820
{{- else }}
821821
return (hasNodeAffinitiesChanged(oScheduling, newScheduling) ||
822822
hasMaxRunDurationChanged(oScheduling, newScheduling) ||

0 commit comments

Comments
 (0)