Skip to content

Commit fa78cb5

Browse files
committed
format
1 parent 278163a commit fa78cb5

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
@@ -2807,7 +2807,7 @@ fn test_group_concat() {
28072807
#[test]
28082808
fn parse_select_distinctrow() {
28092809
mysql().one_statement_parses_to(
2810-
"SELECT DISTINCTROW a FROM tbl",
2811-
"SELECT DISTINCT a FROM tbl"
2810+
"SELECT DISTINCTROW a FROM tbl",
2811+
"SELECT DISTINCT a FROM tbl",
28122812
);
2813-
}
2813+
}

0 commit comments

Comments
 (0)