Skip to content

Commit 5e4aa7d

Browse files
committed
lint
1 parent 6aa622b commit 5e4aa7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

transformers/struct_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -327,13 +327,13 @@ var (
327327
Name: "test_pk_struct",
328328
Columns: schema.ColumnList{
329329
{
330-
Name: "parent",
331-
Type: arrow.BinaryTypes.String,
332-
SkipPKValidation: true,
330+
Name: "parent",
331+
Type: arrow.BinaryTypes.String,
332+
SkipPKValidation: true,
333333
},
334334
{
335-
Name: "name",
336-
Type: arrow.BinaryTypes.String,
335+
Name: "name",
336+
Type: arrow.BinaryTypes.String,
337337
},
338338
{
339339
Name: "version",

0 commit comments

Comments
 (0)