mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-03 17:48:17 +00:00
Apply cargo formatting
This commit is contained in:
parent
f8052a9860
commit
412bdf5585
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ pub extern "system" fn Java_tech_turso_core_LimboStatement_totalChanges<'local>(
|
|||
Ok(stmt) => stmt,
|
||||
Err(e) => {
|
||||
set_err_msg_and_throw_exception(&mut env, obj, SQLITE_ERROR, e.to_string());
|
||||
return -1
|
||||
return -1;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue