mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-14 08:58:56 +08:00
Rustfmt
This commit is contained in:
@@ -280,7 +280,8 @@ mod test {
|
||||
#[test]
|
||||
fn test_connection_close() {
|
||||
let conn = Connection::open_in_memory().unwrap();
|
||||
conn.prepare_cached("SELECT * FROM sqlite_master;").unwrap();
|
||||
conn.prepare_cached("SELECT * FROM sqlite_master;")
|
||||
.unwrap();
|
||||
|
||||
conn.close().expect("connection not closed");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user