Whitespace

This commit is contained in:
Jeremy Ruston 2024-02-22 12:13:53 +00:00
parent a33705e348
commit 310b5f058a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ SqlTiddlerDatabase.prototype.close = function() {
for(const sql in this.statements) {
if(this.statements[sql].finalize) {
this.statements[sql].finalize();
}
}
}
this.statements = Object.create(null);
this.db.close();