Skip to content

Commit b132fad

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

enginetest/queries/information_schema_queries.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,11 +1815,11 @@ from information_schema.routines where routine_schema = 'mydb' and routine_type
18151815
Expected: []sql.Row{{"information_schema"}},
18161816
},
18171817
{
1818-
Query: "create database information_schema;",
1818+
Query: "create database information_schema;",
18191819
ExpectedErr: sql.ErrDatabaseExists,
18201820
},
18211821
{
1822-
Query: "drop database information_schema;",
1822+
Query: "drop database information_schema;",
18231823
ExpectedErrStr: "unable to drop database: information_schema",
18241824
},
18251825
{

enginetest/queries/mysql_db_queries.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ var MySqlDbTests = []ScriptTest{
4646
Expected: []sql.Row{{"mysql"}},
4747
},
4848
{
49-
Query: "create database mysql;",
49+
Query: "create database mysql;",
5050
ExpectedErr: sql.ErrDatabaseExists,
5151
},
5252
{
53-
Query: "drop database mysql;",
53+
Query: "drop database mysql;",
5454
ExpectedErrStr: "unable to drop database: mysql",
5555
},
5656
{

0 commit comments

Comments
 (0)