mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-25 19:43:22 +00:00
Apply gofmt formatting to server.go
This commit is contained in:
parent
051a1e99c1
commit
b390ae24d0
@ -174,7 +174,6 @@ func Run(ctx context.Context, cc *schedulerserverconfig.CompletedConfig, sched *
|
|||||||
return fmt.Errorf("unable to register configz: %s", err)
|
return fmt.Errorf("unable to register configz: %s", err)
|
||||||
}
|
}
|
||||||
cz.Set(cc.ComponentConfig)
|
cz.Set(cc.ComponentConfig)
|
||||||
|
|
||||||
|
|
||||||
// Start events processing pipeline.
|
// Start events processing pipeline.
|
||||||
cc.EventBroadcaster.StartRecordingToSink(ctx.Done())
|
cc.EventBroadcaster.StartRecordingToSink(ctx.Done())
|
||||||
|
Loading…
Reference in New Issue
Block a user