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 <anubhav.tyagi@soprabanking.com>
pull/31841/head
Anubhav_Tyagi 5 months ago committed by antyagi
parent e9736f6a6f
commit 4c98ef3804

@ -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

Loading…
Cancel
Save