Skip to content

Commit 702d50e

Browse files
committed
sq
1 parent 618e106 commit 702d50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/generator/schema_generator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ func (g *schemaGenerator) generateStructType(
603603
DefaultValue: defaultValue,
604604
SchemaType: &schemas.Type{},
605605
Type: fieldType,
606-
Tags: tags,
606+
Tags: strings.TrimSpace(tags),
607607
},
608608
)
609609
}

0 commit comments

Comments
 (0)