Performed a git fmt

This commit is contained in:
Abhishek Jain 2017-03-24 16:34:17 -04:00
parent 10358b418b
commit abc718b554
3 changed files with 12 additions and 12 deletions

View file

@ -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) {