Skip to content

Commit 512c5b7

Browse files
committed
formatting
1 parent 0a1ffa5 commit 512c5b7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

decoder/candidates_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ import (
88
"testing"
99

1010
"github.com/google/go-cmp/cmp"
11-
"github.com/zclconf/go-cty-debug/ctydebug"
12-
"github.com/zclconf/go-cty/cty"
1311

1412
"github.com/hashicorp/hcl-lang/lang"
1513
"github.com/hashicorp/hcl-lang/schema"
1614
"github.com/hashicorp/hcl/v2"
1715
"github.com/hashicorp/hcl/v2/hclsyntax"
1816
"github.com/hashicorp/hcl/v2/json"
17+
"github.com/zclconf/go-cty-debug/ctydebug"
18+
"github.com/zclconf/go-cty/cty"
1919
)
2020

2121
func TestDecoder_CandidatesAtPos_noSchema(t *testing.T) {
@@ -460,7 +460,7 @@ func TestDecoder_CandidatesAtPos_rightHandSide(t *testing.T) {
460460
},
461461
}
462462
testConfig := []byte(`myblock "foo" {
463-
num_attr =
463+
num_attr =
464464
}
465465
`)
466466

decoder/hover_expressions_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ import (
77
"testing"
88

99
"github.com/google/go-cmp/cmp"
10-
"github.com/zclconf/go-cty-debug/ctydebug"
11-
"github.com/zclconf/go-cty/cty"
12-
1310
"github.com/hashicorp/hcl-lang/lang"
1411
"github.com/hashicorp/hcl-lang/reference"
1512
"github.com/hashicorp/hcl-lang/schema"
1613
"github.com/hashicorp/hcl/v2"
1714
"github.com/hashicorp/hcl/v2/hclsyntax"
15+
"github.com/zclconf/go-cty-debug/ctydebug"
16+
"github.com/zclconf/go-cty/cty"
1817
)
1918

2019
func TestDecoder_HoverAtPos_expressions(t *testing.T) {

0 commit comments

Comments
 (0)