Skip to content

Commit 9cc82a7

Browse files
committed
lint
1 parent a1900f1 commit 9cc82a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/cli/internal/openapi/filter/operations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type OperationsFilter struct {
2323
oas *openapi3.T
2424
}
2525

26-
func (_ *OperationsFilter) ValidateMetadata() error {
26+
func (*OperationsFilter) ValidateMetadata() error {
2727
return nil
2828
}
2929

tools/cli/internal/openapi/filter/tags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type TagsFilter struct {
2525
oas *openapi3.T
2626
}
2727

28-
func (_ *TagsFilter) ValidateMetadata() error {
28+
func (*TagsFilter) ValidateMetadata() error {
2929
return nil
3030
}
3131

0 commit comments

Comments
 (0)