Skip to content

Commit b17526b

Browse files
authored
Apply prettier change (#1679)
Co-authored-by: saschanaz <[email protected]>
1 parent 49446ac commit b17526b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/build/emitter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,8 +765,8 @@ export function emitWebIdl(
765765
function isCovariantEventHandler(i: Browser.Interface, p: Browser.Property) {
766766
return (
767767
isEventHandler(p) &&
768-
iNameToEhParents[i.name].some(
769-
(parent) => parent.properties?.property.hasOwnProperty(p.name),
768+
iNameToEhParents[i.name].some((parent) =>
769+
parent.properties?.property.hasOwnProperty(p.name),
770770
)
771771
);
772772
}

0 commit comments

Comments
 (0)