gofmt fixes

This commit is contained in:
Dr. Stefan Schimanski 2015-11-04 21:45:48 +01:00
parent 1be1a8ce63
commit d35cb3b211

View File

@ -51,7 +51,7 @@ type sched struct {
// unsafe state, needs to be guarded, especially changes to podtask.T objects
sync.RWMutex
taskRegistry podtask.Registry
taskRegistry podtask.Registry
}
func New(c *config.Config, fw framework.Framework, ps podschedulers.PodScheduler,