Fixed extra lines

This commit is contained in:
hub-Prateek 2023-10-29 02:28:32 +05:30
parent 21cf23b4fa
commit 32db5774a3

View File

@ -84,10 +84,12 @@ func LogOrWriteConfig(logger klog.Logger, fileName string, cfg *config.KubeSched
return nil
}
cfg.Profiles = completedProfiles
buf, err := encodeConfig(cfg)
if err != nil {
return err
}
defaultPluginString := "Plugins Enabled By Default:"
for _, v := range configv1.GetDefaultPlugins.MultiPoint.Enabled {
name := v.Name