chore: drop trailing blank line in sql_helpers tests

Rustfmt cleanup, no behavioral change.
This commit is contained in:
Jason
2026-05-13 23:11:52 +08:00
parent aa5e58d060
commit 58648a9c53
-1
View File
@@ -131,5 +131,4 @@ mod tests {
let value: i64 = conn.query_row(&sql, [], |r| r.get(0)).unwrap();
assert_eq!(value, 100);
}
}