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 committed by GitHub
parent a3150396b5
commit 6c4d1bd066
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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