diff --git a/pkg/scheduler/framework/preemption/preemption.go b/pkg/scheduler/framework/preemption/preemption.go index 7c98bb423f2..68e215dd2a5 100644 --- a/pkg/scheduler/framework/preemption/preemption.go +++ b/pkg/scheduler/framework/preemption/preemption.go @@ -147,7 +147,7 @@ type Evaluator struct { // In this case, a non-nil PostFilterResult is returned and result.NominatingMode instructs how to deal with // the nominatedNodeName. // -// - . It's the regular happy path +// - . It's the regular happy path // and the non-empty nominatedNodeName will be applied to the preemptor pod. func (ev *Evaluator) Preempt(ctx context.Context, pod *v1.Pod, m framework.NodeToStatusMap) (*framework.PostFilterResult, *framework.Status) { // 0) Fetch the latest version of .