Skip to content

Commit 5760356

Browse files
committed
oops
1 parent 2f6fd9b commit 5760356

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/build/emitter.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ export function emitWebIdl(
150150
return [
151151
"// This file's contents are now included in the main types file.",
152152
"// The file has been left for backward compatibility.",
153-
""
154-
].join("\n")
153+
"",
154+
].join("\n");
155155
}
156156

157157
// Global print target
@@ -1598,7 +1598,7 @@ export function emitWebIdl(
15981598

15991599
if (compilerBehavior.includeIterable) {
16001600
printer.printLine(`/// <reference lib="es2015" />`);
1601-
printer.printLine(`/// <reference lib="es2018.asynciterable" />`)
1601+
printer.printLine(`/// <reference lib="es2018.asynciterable" />`);
16021602
printer.printLine("");
16031603
}
16041604

0 commit comments

Comments
 (0)