This commit is contained in:
Tom Alexander 2022-12-03 23:19:47 -05:00
parent b15f299de8
commit c568920da8
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -108,8 +108,7 @@ pub fn paragraph<'s, 'r>(
context.with_additional_node(ContextElement::FailMatcherNode(FailMatcherNode {
fail_matcher: ChainBehavior::AndParent(Some(&paragraph_end)),
}));
let ret =
{ context_many_till(&paragraph_context, flat_text_element, context_paragraph_end)(i) };
let ret = context_many_till(&paragraph_context, flat_text_element, context_paragraph_end)(i);
ret
}