mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +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