Skip to content

Commit 6a597c7

Browse files
committed
formatting
1 parent 3ccd886 commit 6a597c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

testing/go/types_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3093,8 +3093,8 @@ var typesTests = []ScriptTest{
30933093
"create table t_uuid2 (id int primary key, v1 uuid, v2 uuid);",
30943094
"create index on t_uuid2(v1, v2);",
30953095
"insert into t_uuid2 values " +
3096-
"(1, 'f47ac10b58cc4372a567-0e02b2c3d479', 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11'), " +
3097-
"(2, 'dcf783c8-49c2-44b4-8b90-34ad8c52ea1e', 'f99802e8-0018-4913-806c-bcad5d246d46');",
3096+
"(1, 'f47ac10b58cc4372a567-0e02b2c3d479', 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11'), " +
3097+
"(2, 'dcf783c8-49c2-44b4-8b90-34ad8c52ea1e', 'f99802e8-0018-4913-806c-bcad5d246d46');",
30983098
},
30993099
Assertions: []ScriptTestAssertion{
31003100
{

0 commit comments

Comments
 (0)