mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Rustfmt
This commit is contained in:
parent
f37519ad51
commit
57db338537
@ -291,7 +291,8 @@ impl Savepoint<'_> {
|
||||
}
|
||||
|
||||
fn commit_(&mut self) -> Result<()> {
|
||||
self.conn.execute(&format!("RELEASE {}", self.name), NO_PARAMS)?;
|
||||
self.conn
|
||||
.execute(&format!("RELEASE {}", self.name), NO_PARAMS)?;
|
||||
self.committed = true;
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user