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
|
@ -228,7 +228,8 @@ func (s *BPSWMaxMinPistonCapping) stopCapping() {
|
|||
|
||||
// Determine if the remaining sapce inside of the offer is enough for
|
||||
// the task we need to create. If it is, create a TaskInfo and return it.
|
||||
func (s *BPSWMaxMinPistonCapping) CheckFit(i int,
|
||||
func (s *BPSWMaxMinPistonCapping) CheckFit(
|
||||
i int,
|
||||
task def.Task,
|
||||
wattsConsideration float64,
|
||||
offer *mesos.Offer,
|
||||
|
|
Reference in a new issue