From c8be79ca9492df2987c0bc25c3d4a69dd306cfc8 Mon Sep 17 00:00:00 2001 From: Nikita Sivukhin Date: Wed, 29 Oct 2025 15:15:45 +0400 Subject: [PATCH] cargo fmt --- tests/integration/query_processing/test_read_path.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/query_processing/test_read_path.rs b/tests/integration/query_processing/test_read_path.rs index 01f2e7a20..69c9dfe39 100644 --- a/tests/integration/query_processing/test_read_path.rs +++ b/tests/integration/query_processing/test_read_path.rs @@ -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)],