Skip to content

Commit 110d5ae

Browse files
authored
remove extra space
1 parent b6db82e commit 110d5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emitter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ export function emitWebIdl(webidl: Browser.WebIdl, flavor: Flavor) {
349349
else return originalType + " | null";
350350
}
351351
}
352-
352+
353353
function nameWithForwardedTypes(i: Browser.Interface) {
354354
const typeParameters = i["type-parameters"];
355355

0 commit comments

Comments
 (0)