fixed formatting of function arguments for CheckFit(...)
This commit is contained in:
parent
6ac1b38883
commit
ceff625d32
3 changed files with 6 additions and 3 deletions
|
@ -252,7 +252,8 @@ func (s *BPSWMaxMinProacCC) stopRecapping() {
|
|||
|
||||
// Determine if the remaining space inside of the offer is enough for
|
||||
// the task we need to create. If it is, create TaskInfo and return it.
|
||||
func (s *BPSWMaxMinProacCC) CheckFit(i int,
|
||||
func (s *BPSWMaxMinProacCC) CheckFit(
|
||||
i int,
|
||||
task def.Task,
|
||||
wattsConsideration float64,
|
||||
offer *mesos.Offer,
|
||||
|
|
Reference in a new issue