From 51138a63ff24cfc43a672bdcdd0e21766d6ff749 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Fri, 19 Jul 2024 09:47:25 +0200 Subject: [PATCH] fix intendation Signed-off-by: Christian Richter --- docs/helpers/templates/adoc-generator.go.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/helpers/templates/adoc-generator.go.tmpl b/docs/helpers/templates/adoc-generator.go.tmpl index a4d86dbf6..598d21cdc 100644 --- a/docs/helpers/templates/adoc-generator.go.tmpl +++ b/docs/helpers/templates/adoc-generator.go.tmpl @@ -21,7 +21,7 @@ import ( type ConfigField struct { EnvVars []string DefaultValue string - IntroductionVersion string + IntroductionVersion string Type string Description string VersionInfo string @@ -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 {