fix: format state.go imports with gci

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2026-04-16 15:11:10 +08:00 committed by yxxhero
parent 68e5dfcaab
commit eebcaacda0
1 changed files with 1 additions and 1 deletions

View File

@ -3594,7 +3594,7 @@ func (st *HelmState) flagsForTemplate(helm helmexec.Interface, release *ReleaseS
var flags []string
flags = st.appendChartVersionFlags(flags, release)
flags = st.appendHelmXFlags(flags, release)
flags = st.appendEnableDNSFlags(flags, release)
flags = st.appendEnableDNSFlags(flags, release)
var postRendererArgs []string
var showOnly []string