From 42205380c44db47bc362b5e19b5eb17e7d46cae1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 00:45:50 +0000 Subject: [PATCH] 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 --- pkg/config/write-values.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/config/write-values.go b/pkg/config/write-values.go index cbceb47f..fcfda083 100644 --- a/pkg/config/write-values.go +++ b/pkg/config/write-values.go @@ -65,4 +65,3 @@ func (c *WriteValuesImpl) IncludeTransitiveNeeds() bool { func (c *WriteValuesImpl) OutputFileTemplate() string { return c.WriteValuesOptions.OutputFileTemplate } -