Skip to content

Commit 81279a7

Browse files
authored
Fix formatting
1 parent cb5a0a0 commit 81279a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go/vt/vtgate/planbuilder/testdata/select_cases.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@
891891
},
892892
"FieldQuery": "select `user`.col from `user` where 1 != 1",
893893
"Query": "select /* comment */ `user`.col from `user` where id in (select id from `user` where id > 1 and id < 10)",
894-
"Table": "`user`"
894+
"Table": "`user`"
895895
},
896896
"TablesUsed": [
897897
"user.user"
@@ -922,7 +922,7 @@
922922
},
923923
"FieldQuery": "select id from `user` where 1 != 1",
924924
"Query": "select /* comment */ id from `user` where id > 1 and id < 10",
925-
"Table": "`user`"
925+
"Table": "`user`"
926926
},
927927
{
928928
"InputName": "Outer",
@@ -934,7 +934,7 @@
934934
},
935935
"FieldQuery": "select `user`.col from `user` where 1 != 1",
936936
"Query": "select /* comment */ `user`.col from `user` where :__sq_has_values and foo in ::__sq1",
937-
"Table": "`user`"
937+
"Table": "`user`"
938938
}
939939
]
940940
},

0 commit comments

Comments
 (0)