Skip to content

Commit 295f587

Browse files
authored
Merge pull request #4460 from ethereum/yann300-patch-55
typo
2 parents 83910d5 + 3232489 commit 295f587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ws-templates/src/templates/hashchecker/scripts/run_verification.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const logger = {
77
info: (...args) => console.log(...args),
88
debug: (...args) => console.log(...args),
99
error: (...args) => console.error(...args),
10-
}
10+
};
1111

1212
(async () => {
1313
try {
@@ -60,4 +60,4 @@ const logger = {
6060
} catch (e) {
6161
console.error(e.message)
6262
}
63-
})()
63+
})()

0 commit comments

Comments
 (0)