Skip to content

Commit c252d9f

Browse files
author
Joshua Wise
committed
whitespace
1 parent 1120956 commit c252d9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/workers/open.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ void OpenWorker::Execute() {
3333
sqlite3_limit(db->db_handle, SQLITE_LIMIT_COMPOUND_SELECT, 0x7fffffff);
3434
sqlite3_limit(db->db_handle, SQLITE_LIMIT_VARIABLE_NUMBER, 0x7fffffff);
3535

36-
3736
db->t_handles = new TransactionHandles(db->db_handle, &status);
3837
if (status != SQLITE_OK) {
3938
SetErrorMessage(sqlite3_errmsg(db->db_handle));

0 commit comments

Comments
 (0)