mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-31 19:12:58 +08:00
fix indentation
This commit is contained in:
parent
dd92f1d6df
commit
475c2fc691
@ -150,7 +150,7 @@ impl InnerConnection {
|
||||
/// {
|
||||
/// let mut called = std::sync::atomic::AtomicBool::new(false);
|
||||
/// db.preupdate_hook(Some(|action, db: &str, tbl: &str, case: &PreUpdateCase| {
|
||||
/// called.store(true, std::sync::atomic::Ordering::Relaxed);
|
||||
/// called.store(true, std::sync::atomic::Ordering::Relaxed);
|
||||
/// }));
|
||||
/// }
|
||||
/// db.execute_batch("CREATE TABLE foo AS SELECT 1 AS bar;")
|
||||
|
Loading…
x
Reference in New Issue
Block a user