Skip to content

Commit 45fff12

Browse files
committed
fixup: fmt
1 parent 40abd90 commit 45fff12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dialect/duckdb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ impl Dialect for DuckDbDialect {
9898
fn supports_select_wildcard_exclude(&self) -> bool {
9999
true
100100
}
101-
101+
102102
/// DuckDB supports `NOTNULL` as an alias for `IS NOT NULL`,
103103
/// see DuckDB Comparisons <https://duckdb.org/docs/stable/sql/expressions/comparison_operators#between-and-is-not-null>
104104
fn supports_notnull_operator(&self) -> bool {

0 commit comments

Comments
 (0)