Skip to content

Commit 0a16c5d

Browse files
committed
test
1 parent 1acac71 commit 0a16c5d

File tree

1 file changed

+1
-1
lines changed
  • starter_templates/javascript/app

1 file changed

+1
-1
lines changed

starter_templates/javascript/app/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (command === ".dbinfo") {
99
const { buffer } = await databaseFileHandler.read({
1010
length: 100,
1111
position: 0,
12-
buffer: Buffer.alloc(100)
12+
buffer: Buffer.alloc(100),
1313
});
1414

1515
// You can use print statements as follows for debugging, they'll be visible when running tests.

0 commit comments

Comments
 (0)