Skip to content

Commit 8ab88c0

Browse files
committed
Add semicolon
1 parent 90bdbc0 commit 8ab88c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript/g-async-await.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const readConfig = async name => {
1212
await pause();
1313
console.log('(1) config loaded');
1414
return { name };
15-
}
15+
};
1616

1717
const doQuery = async statement => {
1818
await pause();

0 commit comments

Comments
 (0)