Fix lint issues: format test struct fields properly

Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-08-23 08:59:56 +00:00
parent cbdb642aa6
commit fb8c49e5fb
1 changed files with 7 additions and 7 deletions

View File

@ -166,13 +166,13 @@ func TestHelmState_flagsForUpgrade(t *testing.T) {
} }
tests := []struct { tests := []struct {
name string name string
version *semver.Version version *semver.Version
defaults HelmSpec defaults HelmSpec
release *ReleaseSpec release *ReleaseSpec
syncOpts *SyncOpts syncOpts *SyncOpts
want []string want []string
wantErr string wantErr string
}{ }{
{ {
name: "no-options", name: "no-options",