mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 17:14:20 +01:00
Apply cargo formatting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user