mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-03 06:51:05 +00:00
A stylistic adjustment
This commit is contained in:
parent
5e232e0757
commit
a4ddec7ce5
@ -26,7 +26,7 @@ impl Database {
|
|||||||
|
|
||||||
/// Execute an SQL statement.
|
/// Execute an SQL statement.
|
||||||
pub fn execute<'l>(&self, sql: &str, callback: Option<&mut ExecuteCallback<'l>>)
|
pub fn execute<'l>(&self, sql: &str, callback: Option<&mut ExecuteCallback<'l>>)
|
||||||
-> Result<()> {
|
-> Result<()> {
|
||||||
|
|
||||||
unsafe {
|
unsafe {
|
||||||
match callback {
|
match callback {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user