them spaces

This commit is contained in:
Ash Keel 2023-02-18 01:30:49 +01:00
parent 73ea620b98
commit 6dabaecc94
No known key found for this signature in database
GPG Key ID: BAD8D93E7314ED3E
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<code>
{{ with .element }}
{{ with $.name }}
<div class="nameblock"><span class="name">{{ . }}</span>:</div>
<div class="nameblock"><span class="name">{{ . }}</span>{{ ": " }}</div>
{{ end }}
{{ if (eq $.kind "array") }}
<span class="kind {{ $.kind }}">arrayOf</span> [
@ -28,7 +28,7 @@
<abbr class="pointer" title="Optional, might not be in the object"
>*</abbr
>
{{ end }}:
{{ end }}{{ ": " }}
</div>
{{ end }}
<span class="kind {{ $.kind }}">{{ .kind }}</span>