Skip to content

Commit bae07d8

Browse files
committed
Fix code style
1 parent 3567565 commit bae07d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JavaScript/a-await.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ class Pool {
6262

6363
(async () => {
6464
const pool = new Pool();
65-
const item1 = { item: 1 }
65+
const item1 = { item: 1 };
6666
pool.add(item1);
67-
const item2 = { item: 2 }
67+
const item2 = { item: 2 };
6868
pool.add(item2);
6969
const item3 = { item: 3 };
7070
pool.add(item3);

0 commit comments

Comments
 (0)