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