service/example: remove trailing return

This commit is contained in:
Daniel Theophanes
2015-05-01 13:49:20 -07:00
parent 87e1886ce4
commit 4f242c891a

View File

@@ -45,7 +45,6 @@ func (p *program) run() error {
return nil
}
}
return nil
}
func (p *program) Stop(s service.Service) error {
// Any work in Stop should be quick, usually a few seconds at most.