Remove extra blank line

This commit is contained in:
Matt Nadareski
2016-03-29 12:13:02 -07:00
parent 070a1cccb3
commit 132e751b42

View File

@@ -78,7 +78,6 @@ namespace WoD.Helper
break; break;
} }
// Get the next node and skip over anything that's not an element // Get the next node and skip over anything that's not an element
node = node.NextSibling; node = node.NextSibling;