fix: Linter fix

This commit is contained in:
Ilya Kuznetsov 2024-12-06 19:22:29 +01:00
parent 049e11b139
commit 8016d41661
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
1 changed files with 3 additions and 4 deletions

View File

@ -25,10 +25,9 @@ type annotation struct {
}
type annotationHandler struct {
filePath string
op *openapiParser
ref map[string]annotation
empty map[string]annotation
op *openapiParser
ref map[string]annotation
empty map[string]annotation
}
const Placeholder = "PLACEHOLDER"