fix intendation

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

View File

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