From 7f406d8366b495a56200d742ec50ee6d6132cc72 Mon Sep 17 00:00:00 2001
From: nuno-faria
Date: Fri, 26 Jul 2024 10:16:00 +0100
Subject: [PATCH] Remove extra spacing in the API Specification aliases
---
hack/api-docs/type.tpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hack/api-docs/type.tpl b/hack/api-docs/type.tpl
index 9fe9f794cc..51a759d612 100644
--- a/hack/api-docs/type.tpl
+++ b/hack/api-docs/type.tpl
@@ -2,7 +2,7 @@
{{- .Name.Name }}
- {{ if eq .Kind "Alias" }}({{.Underlying}}
alias)
{{ end -}}
+ {{ if eq .Kind "Alias" }}({{.Underlying}}
alias){{ end -}}
{{ with (typeReferences .) }}