diff options
Diffstat (limited to 'hclwrite/format.go')
| -rw-r--r-- | hclwrite/format.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hclwrite/format.go b/hclwrite/format.go index 17dbd5e..b94bee3 100644 --- a/hclwrite/format.go +++ b/hclwrite/format.go @@ -1,7 +1,7 @@ package hclwrite import ( - "github.com/hashicorp/hcl/v2/hcl/hclsyntax" + "github.com/hashicorp/hcl/v2/hclsyntax" ) var inKeyword = hclsyntax.Keyword([]byte{'i', 'n'}) |
