summaryrefslogtreecommitdiff
path: root/hclwrite/ast_attribute.go
diff options
context:
space:
mode:
Diffstat (limited to 'hclwrite/ast_attribute.go')
-rw-r--r--hclwrite/ast_attribute.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hclwrite/ast_attribute.go b/hclwrite/ast_attribute.go
index 677179c..609419f 100644
--- a/hclwrite/ast_attribute.go
+++ b/hclwrite/ast_attribute.go
@@ -1,7 +1,7 @@
package hclwrite
import (
- "github.com/hashicorp/hcl/v2/hcl/hclsyntax"
+ "github.com/hashicorp/hcl/v2/hclsyntax"
)
type Attribute struct {