mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
Make a cosmetic adjustment
This commit is contained in:
parent
9aba31e37c
commit
8b3e284771
@ -114,8 +114,8 @@ impl Connection {
|
||||
ok!(
|
||||
self.raw,
|
||||
ffi::sqlite3_busy_timeout(self.raw, milliseconds as c_int)
|
||||
)
|
||||
};
|
||||
);
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
||||
@ -127,8 +127,8 @@ impl Connection {
|
||||
ok!(
|
||||
self.raw,
|
||||
ffi::sqlite3_busy_handler(self.raw, None, 0 as *mut _)
|
||||
)
|
||||
};
|
||||
);
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user