Skip to content

Commit 1752a4a

Browse files
committed
format
1 parent a629fa3 commit 1752a4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/sqlparser_mysql.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2800,7 +2800,7 @@ fn test_group_concat() {
28002800
#[test]
28012801
fn parse_select_distinctrow() {
28022802
mysql().one_statement_parses_to(
2803-
"SELECT DISTINCTROW a FROM tbl",
2804-
"SELECT DISTINCT a FROM tbl"
2803+
"SELECT DISTINCTROW a FROM tbl",
2804+
"SELECT DISTINCT a FROM tbl",
28052805
);
2806-
}
2806+
}

0 commit comments

Comments
 (0)