Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhauhau committed Apr 9, 2022
1 parent a8417f1 commit 0c6e585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/compile/nodes/EachBlock.ts
Expand Up @@ -85,4 +85,4 @@ function isEmptyNode(node: INode) {
}
function isCommentNode(node: INode) {
return node.type === 'Comment';
}
}

0 comments on commit 0c6e585

Please sign in to comment.