fix intendation

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2024-07-19 09:47:25 +02:00
parent a9c34d3aab
commit 51138a63ff

View File

@@ -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 {