Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
evidolob committed Nov 27, 2023
1 parent c1b8bdc commit d0b911e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/admin-helper/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ func (p *program) Start(s service.Service) error {
return nil
}

func (p *program) Stop(s service.Service) error {
func (p *program) Stop(_ service.Service) error {
return nil
}

0 comments on commit d0b911e

Please sign in to comment.