Lint and format src/compiler/compile/render_dom/wrappers/Body.js

pull/8569/head
Simon Holthausen 3 years ago
parent 2e79e89d36
commit c2fb0243ad

@ -6,7 +6,6 @@ import add_actions from './shared/add_actions.js';
/** @extends Wrapper */
export default class BodyWrapper extends Wrapper {
/** @type {import('../../nodes/Body.js').default} */
node;
@ -34,7 +33,3 @@ export default class BodyWrapper extends Wrapper {
add_actions(block, x`@_document.body`, this.node.actions);
}
}

Loading…
Cancel
Save