diff options
Diffstat (limited to 'hclwrite/public.go')
| -rw-r--r-- | hclwrite/public.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hclwrite/public.go b/hclwrite/public.go index 85f89ed..678a3aa 100644 --- a/hclwrite/public.go +++ b/hclwrite/public.go @@ -3,7 +3,7 @@ package hclwrite import ( "bytes" - "github.com/hashicorp/hcl/v2/hcl" + "github.com/hashicorp/hcl/v2" ) // NewFile creates a new file object that is empty and ready to have constructs |
