Format the code.

This commit is contained in:
Tom Alexander
2023-04-21 14:35:34 -04:00
parent 3a174dd41b
commit c75f4ebcff
4 changed files with 15 additions and 13 deletions

View File

@@ -120,7 +120,6 @@ pub fn org_mode_table_cell<'r, 's>(
|(children, exit_contents)| !children.is_empty() || *exit_contents == "|",
)(input)?;
todo!()
}