mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-24 07:14:28 +08:00
Rustfmt
This commit is contained in:
@@ -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(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user