Skip to content

Commit

Permalink
Fixing comment alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Gupta committed Mar 2, 2015
1 parent 28fbde0 commit e5d319d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/pkg/scheduler/factory/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ func RegisterCustomFitPredicate(policy schedulerapi.PredicatePolicy) string {
} else if policy.Argument.LabelsPresence != nil {
predicate = algorithm.NewNodeLabelPredicate(MinionLister, policy.Argument.LabelsPresence.Labels, policy.Argument.LabelsPresence.Presence)
}
// check to see if a pre-defined predicate is requested
} else if predicate, ok = fitPredicateMap[policy.Name]; ok {
// checking to see if a pre-defined predicate is requested
glog.V(2).Infof("Predicate type %s already registered, reusing.", policy.Name)
}

Expand Down

0 comments on commit e5d319d

Please sign in to comment.