Skip to content

Commit dbc4677

Browse files
committed
make lint happy
1 parent 2ad4d1b commit dbc4677

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/compiler/transformers/module/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ namespace ts {
10341034
)
10351035
])
10361036
)
1037-
);
1037+
);
10381038
}
10391039

10401040
statements.push(

src/compiler/transformers/module/system.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ namespace ts {
364364
createTrue()
365365
)
366366
);
367-
}
367+
}
368368
}
369369

370370
const exportedNamesStorageRef = createUniqueName("exportedNames");
@@ -530,7 +530,8 @@ namespace ts {
530530
)
531531
)
532532
);
533-
} else {
533+
}
534+
else {
534535
statements.push(
535536
createExpressionStatement(
536537
createCall(

0 commit comments

Comments
 (0)