Skip to content

Commit

Permalink
Add brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmaxwell3 committed Dec 4, 2024
1 parent 95652e9 commit 64c6f53
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,12 @@ private static string ValidatePartElement(XElement part)
foreach (var childElement in part.Elements())
{
if (childElement.Name.LocalName == "indent")
{
foreach (var grandChildElement in childElement.Elements())
{
ValidatePartElement(grandChildElement);
}
}
}

return null;
Expand Down

0 comments on commit 64c6f53

Please sign in to comment.