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 {
|
type annotationHandler struct {
|
||||||
filePath string
|
op *openapiParser
|
||||||
op *openapiParser
|
ref map[string]annotation
|
||||||
ref map[string]annotation
|
empty map[string]annotation
|
||||||
empty map[string]annotation
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const Placeholder = "PLACEHOLDER"
|
const Placeholder = "PLACEHOLDER"
|
||||||
|
|
Loading…
Reference in New Issue