Performed a git fmt
This commit is contained in:
parent
10358b418b
commit
abc718b554
3 changed files with 12 additions and 12 deletions
utilities/offerUtils
|
@ -1,11 +1,11 @@
|
|||
package offerUtils
|
||||
|
||||
import (
|
||||
"bitbucket.org/sunybingcloud/electron-archive/utilities/offerUtils"
|
||||
"bitbucket.org/sunybingcloud/electron/constants"
|
||||
mesos "github.com/mesos/mesos-go/mesosproto"
|
||||
"strings"
|
||||
"log"
|
||||
"bitbucket.org/sunybingcloud/electron-archive/utilities/offerUtils"
|
||||
"strings"
|
||||
)
|
||||
|
||||
func OfferAgg(offer *mesos.Offer) (float64, float64, float64) {
|
||||
|
|
Reference in a new issue