Skip to content

Commit cf2480b

Browse files
ngzhianMs2ger
andauthored
Formatting for js test file
Co-authored-by: Ms2ger <Ms2ger@gmail.com>
1 parent 4ca714e commit cf2480b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/js-api/global/constructor.any.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,5 @@ test(() => {
167167

168168
test(() => {
169169
const argument = { "value": "v128" };
170-
assert_throws_js(TypeError, () =>new WebAssembly.Global(argument));
170+
assert_throws_js(TypeError, () => new WebAssembly.Global(argument));
171171
}, "Construct v128 global");

0 commit comments

Comments
 (0)