From 6823656c6d6298bfc2c1c304f9597e71ef7861ce Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 6 Sep 2022 17:08:02 +0100 Subject: [PATCH] Fix spacing of mapping types --- layouts/partials/openapi/render-object-table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/openapi/render-object-table.html b/layouts/partials/openapi/render-object-table.html index b5e332dd..b49cb3e8 100644 --- a/layouts/partials/openapi/render-object-table.html +++ b/layouts/partials/openapi/render-object-table.html @@ -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 }}