Skip to content

Commit

Permalink
Gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Nov 5, 2024
1 parent 51f55db commit 85172fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/composableschemadsl/compiler/compiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func compileImpl(schema InputSchema, existingNames *mapz.Set[string], prefix Obj
schemaString: schema.SchemaString,
skipValidate: cfg.skipValidation,
sourceFolder: cfg.sourceFolder,
existingNames: existingNames,
existingNames: existingNames,
}, root)
if err != nil {
var errorWithNode errorWithNode
Expand Down

0 comments on commit 85172fc

Please sign in to comment.