Skip to content

Commit b3f90ca

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 7788e7e commit b3f90ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

enginetest/queries/queries.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10221,19 +10221,19 @@ from typestable`,
1022110221

1022210222
// check that string timestamps preserve trailing 0s
1022310223
{
10224-
Query: "select unix_timestamp('2001-02-03 12:34:56.10');",
10224+
Query: "select unix_timestamp('2001-02-03 12:34:56.10');",
1022510225
Expected: []sql.Row{
1022610226
{"981228896.10"},
1022710227
},
1022810228
},
1022910229
{
10230-
Query: "select unix_timestamp('2001-02-03 12:34:56.000000');",
10230+
Query: "select unix_timestamp('2001-02-03 12:34:56.000000');",
1023110231
Expected: []sql.Row{
1023210232
{"981228896.000000"},
1023310233
},
1023410234
},
1023510235
{
10236-
Query: "select unix_timestamp('2001-02-03 12:34:56.1234567');",
10236+
Query: "select unix_timestamp('2001-02-03 12:34:56.1234567');",
1023710237
Expected: []sql.Row{
1023810238
{"981228896.123457"},
1023910239
},

0 commit comments

Comments
 (0)