Skip to content

Commit

Permalink
go fmt updates
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Dec 12, 2018
1 parent 7ace05a commit 447c39e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ext/transform/transform_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (

"reflect"

"github.com/hashicorp/hcl2/hcltest"
"github.com/hashicorp/hcl2/hcl"
"github.com/hashicorp/hcl2/hcltest"
"github.com/zclconf/go-cty/cty"
)

Expand Down
6 changes: 3 additions & 3 deletions hcl/merged_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,11 +508,11 @@ func TestMergeBodiesPartialContent(t *testing.T) {
Attributes: map[string]*Attribute{},
Blocks: Blocks{
{
Type: "pizza",
Type: "pizza",
DefRange: Range{Filename: "first"},
},
{
Type: "pizza",
Type: "pizza",
DefRange: Range{Filename: "second"},
},
},
Expand Down Expand Up @@ -572,7 +572,7 @@ func (v *testMergedBodiesVictim) Content(schema *BodySchema) (*BodyContent, Diag

func (v *testMergedBodiesVictim) PartialContent(schema *BodySchema) (*BodyContent, Body, Diagnostics) {
remain := &testMergedBodiesVictim{
Name: v.Name,
Name: v.Name,
HasAttributes: []string{},
}

Expand Down

0 comments on commit 447c39e

Please sign in to comment.