Fix spacing of mapping types (#1230)

* Fix spacing of mapping types

* Changelog
This commit is contained in:
David Robertson 2022-09-06 17:21:51 +01:00 committed by GitHub
parent 8df0cfeae0
commit a6990ff27c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -73,7 +73,7 @@
*/}}
{{ if reflect.IsMap $property.additionalProperties }}
{{ if $property.additionalProperties.title }}
{{ $type = delimit (slice "{ string: " $property.additionalProperties.title "}" ) "" }}
{{ $type = delimit (slice "{string: " $property.additionalProperties.title "}" ) "" }}
{{ end }}
{{ end }}