mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-24 01:38:54 +08:00
code indent
This commit is contained in:
@@ -918,7 +918,7 @@ mod test {
|
||||
CREATE TABLE foo(x INTEGER);
|
||||
INSERT INTO foo VALUES(42);
|
||||
END;";
|
||||
db.execute_batch(sql).unwrap();
|
||||
db.execute_batch(sql).unwrap();
|
||||
}
|
||||
|
||||
let path_string = path.to_str().unwrap();
|
||||
|
Reference in New Issue
Block a user