Skip to content

Commit 1713c21

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 37be67c commit 1713c21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

enginetest/queries/script_queries.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ var ScriptTests = []ScriptTest{
196196
"insert into t values (1)",
197197
},
198198
Assertions: []ScriptTestAssertion{
199-
{
200-
Query: "select * from t;",
201-
Expected: []sql.Row{{uint64(1)}},
202-
},
199+
{
200+
Query: "select * from t;",
201+
Expected: []sql.Row{{uint64(1)}},
202+
},
203203
},
204204
},
205205
{

0 commit comments

Comments
 (0)