From 4c98ef3804757020f2255e75b622850093f6f289 Mon Sep 17 00:00:00 2001 From: Anubhav_Tyagi <76842675+AnubhavT007@users.noreply.github.com> Date: Sat, 7 Mar 2026 01:53:57 +0530 Subject: [PATCH] Incorporating suggested changes Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Anubhav_Tyagi <76842675+AnubhavT007@users.noreply.github.com> Signed-off-by: antyagi --- pkg/chart/common/util/coalesce.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/chart/common/util/coalesce.go b/pkg/chart/common/util/coalesce.go index a861e0357..8d30b3afb 100644 --- a/pkg/chart/common/util/coalesce.go +++ b/pkg/chart/common/util/coalesce.go @@ -137,8 +137,6 @@ func coalesceDeps(printf printFn, chrt chart.Charter, dest map[string]any, prefi } // coalesceGlobals copies the globals out of src and merges them into dest. -// -// For convenience, returns dest. func coalesceGlobals(printf printFn, dest, src map[string]any, prefix string, _ bool) error { var dg, sg map[string]any