cargo fmt

This commit is contained in:
Nikita Sivukhin
2025-10-29 15:15:45 +04:00
parent a2d11f9263
commit c8be79ca94

View File

@@ -914,8 +914,8 @@ fn test_stmt_reset() -> anyhow::Result<()> {
let rows = limbo_exec_rows(&tmp_db, &conn1, "SELECT rowid FROM test");
assert_eq!(
rows,
vec![vec![
rusqlite::types::Value::Integer(1)],
vec![
vec![rusqlite::types::Value::Integer(1)],
vec![rusqlite::types::Value::Integer(2)],
vec![rusqlite::types::Value::Integer(3)],
vec![rusqlite::types::Value::Integer(4)],