Skip to content

Commit 2d33367

Browse files
committed
chore(optim): manage space in struct
Warning given by sonarlint, saves a few bytes.
1 parent d72f371 commit 2d33367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/chart.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ type ConvertOptions struct {
2626
ChartVersion string
2727
Icon string
2828
Profiles []string
29+
EnvFiles []string
2930
Force bool
3031
HelmUpdate bool
31-
EnvFiles []string
3232
}
3333

3434
// HelmChart is a Helm Chart representation. It contains all the

0 commit comments

Comments
 (0)