Skip to content

Commit b6a5dd2

Browse files
committed
chore: run prettier
1 parent 0bda784 commit b6a5dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/getting-started/nodejs-with-webassembly.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const wasmModule = await WebAssembly.instantiate(wasmBuffer);
7373

7474
// Exported function lives under instance.exports object
7575
const { add } = wasmModule.instance.exports;
76-
76+
7777
const sum = add(5, 6);
7878

7979
console.log(sum); // Outputs 11

0 commit comments

Comments
 (0)