mirror of https://github.com/databricks/cli.git
fix: Linter fix
This commit is contained in:
parent
049e11b139
commit
8016d41661
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue