cargo fmt

This commit is contained in:
meteorgan
2025-06-16 22:09:43 +08:00
parent 4f742a3a0f
commit caa1801ec4

View File

@@ -1601,7 +1601,8 @@ pub fn insn_to_str(
0,
Value::build_text(""),
0,
format!("roots={:?} message_register={}", roots, message_register)),
format!("roots={:?} message_register={}", roots, message_register),
),
Insn::RowData { cursor_id, dest } => (
"RowData",
*cursor_id as i32,