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
utilities/offerUtils

View file

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