Minor comments and style changes

This commit is contained in:
Renan DelValle 2017-01-06 18:53:03 -05:00
parent 776bffb100
commit 841c5e0392
2 changed files with 5 additions and 3 deletions

View file

@ -6,8 +6,7 @@ import (
"log"
)
type base struct {
}
type base struct{}
func (s *base) OfferRescinded(_ sched.SchedulerDriver, offerID *mesos.OfferID) {
log.Printf("Offer %s rescinded", offerID)