chore: clean cruft / formatting / add whitespace
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-19 00:09:35 +02:00
committed by decentral1se
parent b4ddd3e77c
commit df89e8143a
2 changed files with 4 additions and 10 deletions

View File

@ -11,11 +11,6 @@ import (
"git.coopcloud.tech/toolshed/godotenv"
)
// envVarModifiers is a list of env var modifier strings. These are added to
// env vars as comments and modify their processing by Abra, e.g. determining
// how long secrets should be.
var envVarModifiers = []string{"length"}
// AppEnv is a map of the values in an apps env config
type AppEnv = map[string]string