Skip to content

Commit 2251bf5

Browse files
committed
fix: address prettier issues
1 parent 7f3c3e8 commit 2251bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/renderers/with-events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ export function withEvents(Base = HTMLElement) {
6161
}.bind(this),
6262
);
6363
}
64-
}
64+
};
6565
}

0 commit comments

Comments
 (0)