Skip to content

Commit 5b1b212

Browse files
committed
newline
1 parent 325a441 commit 5b1b212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/scripts/language-hashes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ function calcHash(file: string): string {
6060
const data = encoder.encode(currentLanguage);
6161
return createHash("sha256").update(data).digest("hex");
6262
}
63+
6364
if (import.meta.url.endsWith(process.argv[1] as string)) {
6465
console.log(JSON.stringify(getHashes(), null, 4));
6566
}

0 commit comments

Comments
 (0)