Fix indentation
This commit is contained in:
parent
a526c8d7fd
commit
eddb3f0668
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue