Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
evidolob authored and cfergeau committed Nov 30, 2023
1 parent 65f8981 commit 949bc5b
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 949bc5b

Please sign in to comment.