Apply gofmt formatting to server.go

This commit is contained in:
myeunee 2024-10-03 17:02:36 +09:00
parent 051a1e99c1
commit b390ae24d0

View File

@ -174,7 +174,6 @@ func Run(ctx context.Context, cc *schedulerserverconfig.CompletedConfig, sched *
return fmt.Errorf("unable to register configz: %s", err)
}
cz.Set(cc.ComponentConfig)
// Start events processing pipeline.
cc.EventBroadcaster.StartRecordingToSink(ctx.Done())