Skip to content

Commit eddb3f0

Browse files
committed
Fix indentation
1 parent a526c8d commit eddb3f0

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make/wasm-export-all-symbols

1 file changed

+1
-1
lines changed

src/test/run-make/wasm-export-all-symbols/verify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for (const entry of list) {
1717
if (entry.kind == 'global'){
1818
nexports_global += 1;
1919
}
20-
my_exports[entry.name] = true;
20+
my_exports[entry.name] = true;
2121
}
2222

2323
if (my_exports.foo === undefined)

0 commit comments

Comments
 (0)