mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-15 09:12:22 +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