Skip to content

Commit ef2dc99

Browse files
committed
fmt
1 parent e6171c8 commit ef2dc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialect/mysql.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ impl Dialect for MySqlDialect {
176176
fn supports_double_ampersand_operator(&self) -> bool {
177177
true
178178
}
179-
179+
180180
/// Deprecated functionality by MySQL but still supported
181181
/// See: <https://dev.mysql.com/doc/refman/8.4/en/cast-functions.html#operator_binary>
182182
fn supports_binary_kw_as_cast(&self) -> bool {

0 commit comments

Comments
 (0)