Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Mar 20, 2024
1 parent d4512a8 commit f31f23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/finalizer/standard/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func New(ctx context.Context, params ...Parameter) (*Service, error) {
return s, nil
}

func (s *Service) scheduleFinalizer(_ context.Context, _ any) (time.Time, error) {
func (*Service) scheduleFinalizer(_ context.Context, _ any) (time.Time, error) {
return time.Now().Add(time.Minute), nil
}

Expand Down

0 comments on commit f31f23a

Please sign in to comment.