mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Merge pull request #110493 from xiaomudk/remove-parentheses
clean: remove useless parentheses
This commit is contained in:
@@ -72,10 +72,8 @@ var _ framework.PreScorePlugin = &PodTopologySpread{}
|
||||
var _ framework.ScorePlugin = &PodTopologySpread{}
|
||||
var _ framework.EnqueueExtensions = &PodTopologySpread{}
|
||||
|
||||
const (
|
||||
// Name is the name of the plugin used in the plugin registry and configurations.
|
||||
Name = names.PodTopologySpread
|
||||
)
|
||||
// Name is the name of the plugin used in the plugin registry and configurations.
|
||||
const Name = names.PodTopologySpread
|
||||
|
||||
// Name returns name of the plugin. It is used in logs, etc.
|
||||
func (pl *PodTopologySpread) Name() string {
|
||||
|
||||
Reference in New Issue
Block a user