Lint and format src/compiler/compile/nodes/AwaitBlock.js

pull/8569/head
Simon Holthausen 3 years ago
parent 9ffefe1a28
commit d8f01f4c1a

@ -7,7 +7,6 @@ import { unpack_destructuring } from './shared/Context.js';
/** @extends Node */ /** @extends Node */
export default class AwaitBlock extends Node { export default class AwaitBlock extends Node {
/** @type {'AwaitBlock'} */ /** @type {'AwaitBlock'} */
type; type;
@ -76,7 +75,3 @@ export default class AwaitBlock extends Node {
this.catch = new CatchBlock(component, this, scope, info.catch); this.catch = new CatchBlock(component, this, scope, info.catch);
} }
} }

Loading…
Cancel
Save