Skip to content

Commit

Permalink
Fix deepsource: RVV-B0013 Unused method receiver (#1852)
Browse files Browse the repository at this point in the history
Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
  • Loading branch information
datelier and vankichi committed Nov 21, 2022
1 parent 31b1abf commit dd6045c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gateway/filter/usecase/vald.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func (r *run) Start(ctx context.Context) (<-chan error, error) {
return ech, nil
}

func (r *run) PreStop(_ context.Context) error {
func (*run) PreStop(_ context.Context) error {
return nil
}

Expand Down

0 comments on commit dd6045c

Please sign in to comment.