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