Cleanup.
This commit is contained in:
parent
b15f299de8
commit
c568920da8
@ -108,8 +108,7 @@ pub fn paragraph<'s, 'r>(
|
|||||||
context.with_additional_node(ContextElement::FailMatcherNode(FailMatcherNode {
|
context.with_additional_node(ContextElement::FailMatcherNode(FailMatcherNode {
|
||||||
fail_matcher: ChainBehavior::AndParent(Some(¶graph_end)),
|
fail_matcher: ChainBehavior::AndParent(Some(¶graph_end)),
|
||||||
}));
|
}));
|
||||||
let ret =
|
let ret = context_many_till(¶graph_context, flat_text_element, context_paragraph_end)(i);
|
||||||
{ context_many_till(¶graph_context, flat_text_element, context_paragraph_end)(i) };
|
|
||||||
ret
|
ret
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user