resolved merge conflict with master. Formatted file.
This commit is contained in:
parent
02fede7184
commit
d4b1a85f79
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
package schedulers
|
||||
|
||||
import (
|
||||
"bitbucket.org/sunybingcloud/electron/def"
|
||||
mesos "github.com/mesos/mesos-go/mesosproto"
|
||||
sched "github.com/mesos/mesos-go/scheduler"
|
||||
"log"
|
||||
"bitbucket.org/sunybingcloud/electron/def"
|
||||
)
|
||||
|
||||
type base struct{
|
||||
type base struct {
|
||||
tasksCreated int
|
||||
tasksRunning int
|
||||
tasks []def.Task
|
||||
|
|
Reference in a new issue