Fixing gofmt errors

This commit is contained in:
Abhishek Gupta
2014-11-20 15:06:56 -08:00
parent 1eb28b0aa3
commit 7f374030c1
3 changed files with 8 additions and 8 deletions

View File

@@ -58,11 +58,11 @@ type configFactory struct {
func NewConfigFactory(client *client.Client) *configFactory {
// initialize the factory struct
factory := &configFactory{Client: client,
PodQueue: cache.NewFIFO(),
PodLister: &storeToPodLister{cache.NewStore()},
PodQueue: cache.NewFIFO(),
PodLister: &storeToPodLister{cache.NewStore()},
MinionLister: &storeToMinionLister{cache.NewStore()},
PredicateMap: make(map[string]algorithm.FitPredicate),
PriorityMap: make(map[string]algorithm.PriorityFunction),
PriorityMap: make(map[string]algorithm.PriorityFunction),
}
// add default predicates