Skip to content

Commit fd41602

Browse files
committed
removed semicolon
1 parent b0e2ff8 commit fd41602

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dev/storage_base.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ namespace sqlite_orm {
577577
}
578578

579579
void begin_deferred_transaction() {
580-
;
581580
this->begin_transaction_internal("BEGIN DEFERRED TRANSACTION");
582581
}
583582

include/sqlite_orm/sqlite_orm.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18338,7 +18338,6 @@ namespace sqlite_orm {
1833818338
}
1833918339

1834018340
void begin_deferred_transaction() {
18341-
;
1834218341
this->begin_transaction_internal("BEGIN DEFERRED TRANSACTION");
1834318342
}
1834418343

0 commit comments

Comments
 (0)