summaryrefslogtreecommitdiff
path: root/hclwrite/format.go
diff options
context:
space:
mode:
Diffstat (limited to 'hclwrite/format.go')
-rw-r--r--hclwrite/format.go2
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'})