fix: Run go fmt

Signed-off-by: André Arnqvist <andrearnqvist@gmail.com>
This commit is contained in:
André Arnqvist 2025-04-03 08:20:07 +02:00
parent 9dc8508e35
commit 6afe824843
No known key found for this signature in database
GPG Key ID: 1187A78F40D8C6FE
1 changed files with 2 additions and 2 deletions

View File

@ -492,12 +492,12 @@ func (st *HelmState) reformat(spec *ReleaseSpec) []string {
if st.OverrideKubeContext != "" { if st.OverrideKubeContext != "" {
kubecontext = st.OverrideKubeContext kubecontext = st.OverrideKubeContext
} else { } else {
kubecontext = r.KubeContext kubecontext = r.KubeContext
} }
if st.OverrideNamespace != "" { if st.OverrideNamespace != "" {
namespace = st.OverrideNamespace namespace = st.OverrideNamespace
} else { } else {
namespace = r.Namespace namespace = r.Namespace
} }