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 {
name string
version *semver.Version
defaults HelmSpec
release *ReleaseSpec
syncOpts *SyncOpts
want []string
wantErr string
name string
version *semver.Version
defaults HelmSpec
release *ReleaseSpec
syncOpts *SyncOpts
want []string
wantErr string
}{
{
name: "no-options",