code indent

This commit is contained in:
king6cong
2017-06-01 17:31:41 +08:00
parent d5bd7d9601
commit 13a32e4004
2 changed files with 16 additions and 16 deletions

View File

@@ -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();