chore(optim): manage space in struct

Warning given by sonarlint, saves a few bytes.
This commit is contained in:
2024-10-24 17:24:36 +02:00
parent d72f371c59
commit 2d33367422

View File

@@ -26,9 +26,9 @@ type ConvertOptions struct {
ChartVersion string
Icon string
Profiles []string
EnvFiles []string
Force bool
HelmUpdate bool
EnvFiles []string
}
// HelmChart is a Helm Chart representation. It contains all the