Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Mar 25, 2024
1 parent 81e7528 commit 36039a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docx-core/src/reader/xml_element.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ impl FromStr for XMLElement {
"tr2bl" => Ok(XMLElement::Tr2bl),
"tblGrid" => Ok(XMLElement::TableGrid),
"tblPrChange" => Ok(XMLElement::TablePropertyChange),
"tblPrChange" => Ok(XMLElement::TablePropertyChange),
"trPrChange" => Ok(XMLElement::TableRowPropertyChange),
"tcPrChange" => Ok(XMLElement::TableCellPropertyChange),
"tcMar" => Ok(XMLElement::CellMargins),
Expand Down

0 comments on commit 36039a8

Please sign in to comment.