Skip to content

Commit 41b2511

Browse files
committed
applied linting
1 parent 9f37937 commit 41b2511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi_vocabulary/vocabulary.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ func NewOpenAPIVocabularyWithCoercion(version VersionType, allowCoercion bool) *
4141
func compileOpenAPIKeywords(ctx *jsonschema.CompilerContext,
4242
obj map[string]any,
4343
version VersionType,
44-
allowCoercion bool) (jsonschema.SchemaExt, error) {
45-
44+
allowCoercion bool,
45+
) (jsonschema.SchemaExt, error) {
4646
var extensions []jsonschema.SchemaExt
4747

4848
if ext, err := CompileNullable(ctx, obj, version); err != nil {

0 commit comments

Comments
 (0)