Skip to content

Commit 638ec49

Browse files
committed
Make gofmt happy.
1 parent 74368f9 commit 638ec49

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

types/object_test.go

+6-6
Original file line numberDiff line numberDiff line change
@@ -532,20 +532,20 @@ func TestObjectAs_struct(t *testing.T) {
532532
},
533533
D: []string{"it's", "getting", "hard", "to", "come", "up", "with", "test", "values"},
534534
E: []Bool{
535-
Bool{Value: true},
536-
Bool{Value: false},
537-
Bool{Value: false},
538-
Bool{Value: true},
535+
{Value: true},
536+
{Value: false},
537+
{Value: false},
538+
{Value: true},
539539
},
540540
F: []List{
541-
List{
541+
{
542542
ElemType: StringType,
543543
Elems: []attr.Value{
544544
String{Value: "head"},
545545
String{Value: "empty"},
546546
},
547547
},
548-
List{
548+
{
549549
ElemType: StringType,
550550
Elems: []attr.Value{
551551
String{Value: "no"},

0 commit comments

Comments
 (0)