Whitespace removed

This commit is contained in:
lukejelse04 2021-07-08 19:38:38 +01:00
parent 2254230958
commit 137b90efbf

View File

@ -186,14 +186,6 @@ namespace BinaryTree
//print Method functions //print Method functions
public void Print(node root, int topMargin = 2, int leftMargin = 2) public void Print(node root, int topMargin = 2, int leftMargin = 2)
{ {