mirror of
https://github.com/kardianos/service.git
synced 2025-10-05 08:46:51 +08:00
service/example: remove trailing return
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user