Skip to content

Commit 7624205

Browse files
committed
Fix lint
1 parent 2c036d1 commit 7624205

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/vespertide-query/src/sql/helpers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ pub fn extract_check_clauses(constraints: &[TableConstraint]) -> Vec<String> {
390390
/// Combines both:
391391
/// - Enum-based CHECK constraints (from column types)
392392
/// - Explicit CHECK constraints (from `TableConstraint::Check`)
393+
///
393394
/// Returns deduplicated union of both.
394395
pub fn collect_all_check_clauses(
395396
table: &str,

0 commit comments

Comments
 (0)