mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-06-26 21:41:32 +00:00
Run rustfmt (nightly)
This commit is contained in:
@ -295,7 +295,7 @@ mod statement;
|
||||
|
||||
pub use connection::Connection;
|
||||
pub use cursor::Cursor;
|
||||
pub use statement::{Statement, State, Bindable, Readable};
|
||||
pub use statement::{Bindable, Readable, State, Statement};
|
||||
|
||||
/// Open a connection to a new or existing database.
|
||||
#[inline]
|
||||
|
Reference in New Issue
Block a user