Fix indentation

This commit is contained in:
Maik Klein 2020-01-07 19:41:59 +01:00
parent a526c8d7fd
commit eddb3f0668

View file

@ -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)