From 2d33367422764ab6e6eab93aa548587772ee10c7 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Thu, 24 Oct 2024 17:24:36 +0200 Subject: [PATCH] chore(optim): manage space in struct Warning given by sonarlint, saves a few bytes. --- generator/chart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/chart.go b/generator/chart.go index 8bd7580..da5fa7d 100644 --- a/generator/chart.go +++ b/generator/chart.go @@ -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