Skip to content

Commit 60c0660

Browse files
committed
chore: nolint on Engine.acceptedContentTypes
1 parent 4b902f9 commit 60c0660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ type Engine struct {
1212
OpenAPI *OpenAPI
1313
ErrorHandler func(error) error
1414

15-
acceptedContentTypes []string
15+
acceptedContentTypes []string //nolint:unused
1616
}

0 commit comments

Comments
 (0)