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

@ -175,7 +175,6 @@ func Run(ctx context.Context, cc *schedulerserverconfig.CompletedConfig, sched *
}
cz.Set(cc.ComponentConfig)
// Start events processing pipeline.
cc.EventBroadcaster.StartRecordingToSink(ctx.Done())
defer cc.EventBroadcaster.Shutdown()