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 {
|
||||
fail_matcher: ChainBehavior::AndParent(Some(¶graph_end)),
|
||||
}));
|
||||
let ret =
|
||||
{ context_many_till(¶graph_context, flat_text_element, context_paragraph_end)(i) };
|
||||
let ret = context_many_till(¶graph_context, flat_text_element, context_paragraph_end)(i);
|
||||
ret
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user