Skip to content

Commit f2a07d6

Browse files
committed
Make linter happy
1 parent a3f64cc commit f2a07d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/encoding.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ type unsupportedDecoder struct {
326326
ct string
327327
}
328328

329-
func (e *unsupportedDecoder) Decode(v any) error {
329+
func (e *unsupportedDecoder) Decode(_ any) error {
330330
return &goa.ServiceError{
331331
Name: ErrUnsupportedMediaTypeName,
332332
ID: goa.NewErrorID(),

0 commit comments

Comments
 (0)