Make the lint gods happy

pull/3059/head
Bryan Terce 6 years ago
parent e7e9aff757
commit e687b982b4
No known key found for this signature in database
GPG Key ID: DF2E2829CA6E5BF4

@ -43,7 +43,7 @@ function link(next: Wrapper, prev: Wrapper) {
}
function at_each_boundary(child: INode, next_sibling: Wrapper): boolean {
return next_sibling.node.find_nearest(/EachBlock/) === child.find_nearest(/EachBlock/) || next_sibling.node.prev.type === 'EachBlock'
return next_sibling.node.find_nearest(/EachBlock/) === child.find_nearest(/EachBlock/) || next_sibling.node.prev.type === 'EachBlock';
}
export default class FragmentWrapper {

Loading…
Cancel
Save