Skip to content

Commit 3e621c3

Browse files
committed
cleanup
1 parent 8574933 commit 3e621c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/com/github/hauner/openapi/spring/generatr/SpringGeneratr.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class SpringGeneratr implements OpenApiGeneratr {
7878
new DataTypeWriter(
7979
headerWriter: headerWriter,
8080
beanValidationFactory: beanValidationFactory,
81-
apiOptions: options,
81+
apiOptions: options
8282
),
8383
new StringEnumWriter(headerWriter: headerWriter)
8484
)

0 commit comments

Comments
 (0)