Skip to content

Commit 9bfbcaf

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent fff327e commit 9bfbcaf

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
@@ -7808,25 +7808,25 @@ where
78087808
},
78097809
Assertions: []ScriptTestAssertion{
78107810
{
7811-
Query: "select * from t where 1 = (not(not(i)))",
7811+
Query: "select * from t where 1 = (not(not(i)))",
78127812
Expected: []sql.Row{
78137813
{123},
78147814
},
78157815
},
78167816
{
7817-
Query: "select * from t where true = (not(not(i)))",
7817+
Query: "select * from t where true = (not(not(i)))",
78187818
Expected: []sql.Row{
78197819
{123},
78207820
},
78217821
},
78227822
{
7823-
Query: "select * from t where true = (not(not(i = 123)))",
7823+
Query: "select * from t where true = (not(not(i = 123)))",
78247824
Expected: []sql.Row{
78257825
{123},
78267826
},
78277827
},
78287828
{
7829-
Query: "select * from t where false = (not(not(i != 123)))",
7829+
Query: "select * from t where false = (not(not(i != 123)))",
78307830
Expected: []sql.Row{
78317831
{123},
78327832
},

0 commit comments

Comments
 (0)