Skip to content

Commit de914d0

Browse files
fmt
1 parent 89b5b18 commit de914d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dialect/mysql.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ use crate::{
2727

2828
use super::keywords;
2929

30-
const RESERVED_FOR_TABLE_ALIAS_MYSQL: &[Keyword] =
31-
&[Keyword::USE, Keyword::IGNORE, Keyword::FORCE];
30+
const RESERVED_FOR_TABLE_ALIAS_MYSQL: &[Keyword] = &[Keyword::USE, Keyword::IGNORE, Keyword::FORCE];
3231

3332
/// A [`Dialect`] for [MySQL](https://www.mysql.com/)
3433
#[derive(Debug)]

0 commit comments

Comments
 (0)