Minor comments and style changes
This commit is contained in:
parent
776bffb100
commit
841c5e0392
2 changed files with 5 additions and 3 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue