mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 21:14:09 +01:00
Fix spacing of mapping types
This commit is contained in:
parent
8df0cfeae0
commit
6823656c6d
|
|
@ -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 }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue