mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
gofmt fixes
This commit is contained in:
parent
1be1a8ce63
commit
d35cb3b211
@ -51,7 +51,7 @@ type sched struct {
|
|||||||
|
|
||||||
// unsafe state, needs to be guarded, especially changes to podtask.T objects
|
// unsafe state, needs to be guarded, especially changes to podtask.T objects
|
||||||
sync.RWMutex
|
sync.RWMutex
|
||||||
taskRegistry podtask.Registry
|
taskRegistry podtask.Registry
|
||||||
}
|
}
|
||||||
|
|
||||||
func New(c *config.Config, fw framework.Framework, ps podschedulers.PodScheduler,
|
func New(c *config.Config, fw framework.Framework, ps podschedulers.PodScheduler,
|
||||||
|
Loading…
Reference in New Issue
Block a user