Skip to content

Commit 2a9f03e

Browse files
committed
cleanup, fix missing semicolon.
1 parent 6523cb3 commit 2a9f03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/tables/migration_tables.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class MigrationTable extends TableBase with TableConstants {
4444
await db.executeInsert(_TABLE_MIGRATE, {
4545
_TABLE_MIGRATE_APPLIED_AT: appliedAt,
4646
_TABLE_MIGRATE_VERSION: version,
47-
_TABLE_MIGRATE_VERSION_CODE: versionCode
47+
_TABLE_MIGRATE_VERSION_CODE: versionCode,
4848
});
4949
}
5050
}

0 commit comments

Comments
 (0)