From 4f391ecec080044109aeb3d8fe24bc6636ac6fe0 Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Mon, 22 Feb 2021 04:47:31 +0530 Subject: chore: upgrade internal dprint plugins (#9566) Co-authored-by: David Sherret --- cli/tests/wasm_streaming.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cli/tests/wasm_streaming.js') diff --git a/cli/tests/wasm_streaming.js b/cli/tests/wasm_streaming.js index 6c9457325..1933425d7 100644 --- a/cli/tests/wasm_streaming.js +++ b/cli/tests/wasm_streaming.js @@ -16,8 +16,7 @@ const bytes = new Uint8Array([ ]); async function main() { - const wasm = await WebAssembly.instantiateStreaming(bytes, { - }); + const wasm = await WebAssembly.instantiateStreaming(bytes, {}); const result = wasm.instance.exports.add(1, 3); console.log("1 + 3 =", result); -- cgit v1.2.3