Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis committed Jan 10, 2025
1 parent 81963a7 commit 9b37696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/limits/frontend/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ func (l *IngestLimits) running(_ context.Context) error {
return nil
}

func (l *IngestLimits) stopping(_ context.Context) error {
func (l *IngestLimits) stopping(_ error) error {
return nil
}

0 comments on commit 9b37696

Please sign in to comment.