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

@@ -77,7 +77,6 @@ namespace WoD.Helper
TruRip.Add(node.Attributes["from"].Value, node.Attributes["to"].Value);
break;
}
// Get the next node and skip over anything that's not an element
node = node.NextSibling;