Fix spacing of mapping types

This commit is contained in:
David Robertson 2022-09-06 17:08:02 +01:00
parent 8df0cfeae0
commit 6823656c6d
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

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