diff --git a/hclsyntax/structure.go b/hclsyntax/structure.go index 2f7470c7..4526907b 100644 --- a/hclsyntax/structure.go +++ b/hclsyntax/structure.go @@ -40,7 +40,7 @@ type Body struct { hiddenBlocks map[string]struct{} SrcRange hcl.Range - EndRange hcl.Range // Final token of the body, for reporting missing items + EndRange hcl.Range // Final token of the body (zero-length range) } // Assert that *Body implements hcl.Body