mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Rustfmt
This commit is contained in:
parent
f37519ad51
commit
57db338537
@ -291,7 +291,8 @@ impl Savepoint<'_> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn commit_(&mut self) -> Result<()> {
|
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;
|
self.committed = true;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user