mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 07:09:20 +08:00
Rustfmt
This commit is contained in:
parent
106e46c424
commit
6e0684b69f
@ -291,7 +291,10 @@ mod test {
|
||||
"INSERT INTO log (a, b, c) VALUES (?, ?, ?)",
|
||||
["a", "b", "c"],
|
||||
)?;
|
||||
db.execute("UPDATE log SET b = ?, c = ? WHERE a = ?", ["bn", "cn", "a1"])?;
|
||||
db.execute(
|
||||
"UPDATE log SET b = ?, c = ? WHERE a = ?",
|
||||
["bn", "cn", "a1"],
|
||||
)?;
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user