Skip to content

Commit febab0b

Browse files
committed
Remove redundant whitespace
1 parent 9249aa3 commit febab0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_mysql.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ fn parse_show_tables() {
388388
}
389389
);
390390
mysql_and_generic().verified_stmt("SHOW TABLES IN mydb");
391-
mysql_and_generic().verified_stmt( "SHOW TABLES FROM mydb");
391+
mysql_and_generic().verified_stmt("SHOW TABLES FROM mydb");
392392
}
393393

394394
#[test]

0 commit comments

Comments
 (0)