From 57d59de6e2ac1cefb97536c4759abe63e0646acb Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Fri, 19 Jul 2024 09:54:18 +0200 Subject: [PATCH] fix intendation Signed-off-by: Christian Richter --- docs/helpers/templates/adoc-generator.go.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/helpers/templates/adoc-generator.go.tmpl b/docs/helpers/templates/adoc-generator.go.tmpl index 598d21cdcf..262876c5ca 100644 --- a/docs/helpers/templates/adoc-generator.go.tmpl +++ b/docs/helpers/templates/adoc-generator.go.tmpl @@ -38,12 +38,12 @@ type DeprecationField struct { // EnvVar holds information about one envvar type EnvVar struct { - Name string + Name string IntroductionVersion string - DefaultValue string - Type string - Description string - Services []string + DefaultValue string + Type string + Description string + Services []string } type templateData struct {