Skip to content

Commit 4ccac65

Browse files
fmt
1 parent af42d18 commit 4ccac65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dialect/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,8 +850,8 @@ pub trait Dialect: Debug + Any {
850850

851851
/// Returns true if the dialect supports the table hints in the `FROM` clause.
852852
fn supports_table_hints(&self) -> bool {
853-
flase
854-
}
853+
flase
854+
}
855855
/// Returns true if this dialect supports the E'...' syntax for string literals
856856
///
857857
/// Postgres: <https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-STRINGS-ESCAPE>

0 commit comments

Comments
 (0)