Skip to content

Commit b998d8a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enginetest/queries/script_queries.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8769,7 +8769,7 @@ where
87698769
},
87708770
Assertions: []ScriptTestAssertion{
87718771
{
8772-
Query: "INSERT INTO shirts VALUES ('shirt1', 'x-small', 'red');",
8772+
Query: "INSERT INTO shirts VALUES ('shirt1', 'x-small', 'red');",
87738773
Expected: []sql.Row{
87748774
{types.NewOkResult(1)},
87758775
},
@@ -8781,7 +8781,7 @@ where
87818781
},
87828782
},
87838783
{
8784-
Name: "enum default null validation",
8784+
Name: "enum default null validation",
87858785
Dialect: "mysql",
87868786
SetUpScript: []string{
87878787
"SET sql_mode = 'STRICT_TRANS_TABLES';",

0 commit comments

Comments
 (0)