Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikKlein committed Jan 7, 2020
1 parent a526c8d commit eddb3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-make/wasm-export-all-symbols/verify.js
Expand Up @@ -17,7 +17,7 @@ for (const entry of list) {
if (entry.kind == 'global'){
nexports_global += 1;
}
my_exports[entry.name] = true;
my_exports[entry.name] = true;
}

if (my_exports.foo === undefined)
Expand Down

0 comments on commit eddb3f0

Please sign in to comment.