mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
A cosmetic adjustment
This commit is contained in:
parent
b433054c82
commit
ff3c62b4db
@ -21,11 +21,7 @@ impl<'l> Connection<'l> {
|
||||
ffi::SQLITE_OPEN_CREATE | ffi::SQLITE_OPEN_READWRITE,
|
||||
0 as *const _));
|
||||
}
|
||||
Ok(Connection {
|
||||
raw: raw,
|
||||
busy_callback: None,
|
||||
phantom: PhantomData,
|
||||
})
|
||||
Ok(Connection { raw: raw, busy_callback: None, phantom: PhantomData })
|
||||
}
|
||||
|
||||
/// Execute a query without processing the resulting rows if any.
|
||||
|
Loading…
x
Reference in New Issue
Block a user