tnoheu
This commit is contained in:
parent
50287ca9da
commit
6ec5b09367
2 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ impl<'s> TreeParser<'s> {
|
|||
if let tree::Element::Container(Node::Container(Container::List {
|
||||
tight,
|
||||
..
|
||||
})) = self.tree.elem_mut(*node)
|
||||
})) = self.tree.elem(*node)
|
||||
{
|
||||
*tight = false;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue