Update pkg/yqlib/decoder_hcl.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mike Farah 2025-12-08 09:19:30 +11:00
parent 154a4ace01
commit 3d35386ad9

View File

@ -357,5 +357,4 @@ func convertCtyValueToNode(v cty.Value) *CandidateNode {
default:
return createStringScalarNode(v.GoString())
}
}