Skip to content

Commit f590e62

Browse files
committed
formatting
1 parent b5889e5 commit f590e62

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
@@ -2993,8 +2993,8 @@ var typesTests = []ScriptTest{
29932993
"create table t_uuid2 (id int primary key, v1 uuid, v2 uuid);",
29942994
"create index on t_uuid2(v1, v2);",
29952995
"insert into t_uuid2 values " +
2996-
"(1, 'f47ac10b58cc4372a567-0e02b2c3d479', 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11'), " +
2997-
"(2, 'dcf783c8-49c2-44b4-8b90-34ad8c52ea1e', 'f99802e8-0018-4913-806c-bcad5d246d46');",
2996+
"(1, 'f47ac10b58cc4372a567-0e02b2c3d479', 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11'), " +
2997+
"(2, 'dcf783c8-49c2-44b4-8b90-34ad8c52ea1e', 'f99802e8-0018-4913-806c-bcad5d246d46');",
29982998
},
29992999
Assertions: []ScriptTestAssertion{
30003000
{

0 commit comments

Comments
 (0)