Skip to content

Commit 35b5e0b

Browse files
committed
minor fix: remove comma
1 parent 36eb59a commit 35b5e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gom/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let adapter, repository;
3434

3535
function initDatabase() {
3636
adapter = new Gom.Adapter();
37-
adapter.open_sync(":memory:",);
37+
adapter.open_sync(":memory:");
3838
repository = new Gom.Repository({ adapter: adapter });
3939

4040
// Set up table and primary key

0 commit comments

Comments
 (0)