mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-21 16:05:17 +01:00
Apply lint
This commit is contained in:
@@ -100,7 +100,7 @@ pub extern "system" fn Java_org_github_tursodatabase_core_LimboDB_connect0<'loca
|
||||
pub extern "system" fn Java_org_github_tursodatabase_core_LimboDB_close0<'local>(
|
||||
_env: JNIEnv<'local>,
|
||||
_obj: JObject<'local>,
|
||||
db_pointer: jlong
|
||||
db_pointer: jlong,
|
||||
) {
|
||||
LimboDB::drop(db_pointer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user