fix: remove trailing blank line in write-values.go to fix gci lint

Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
Agent-Logs-Url: https://github.com/helmfile/helmfile/sessions/20d6e351-1611-4bbe-8f08-d52326fff056
This commit is contained in:
copilot-swe-agent[bot] 2026-03-25 00:45:50 +00:00
parent afdb6ccdab
commit 42205380c4
1 changed files with 0 additions and 1 deletions

View File

@ -65,4 +65,3 @@ func (c *WriteValuesImpl) IncludeTransitiveNeeds() bool {
func (c *WriteValuesImpl) OutputFileTemplate() string {
return c.WriteValuesOptions.OutputFileTemplate
}