From 137b90efbf03e064716dd57666afde8f7006b959 Mon Sep 17 00:00:00 2001 From: lukejelse04 Date: Thu, 8 Jul 2021 19:38:38 +0100 Subject: [PATCH] Whitespace removed --- BinaryTree/BinaryTree/tree.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/BinaryTree/BinaryTree/tree.cs b/BinaryTree/BinaryTree/tree.cs index ecde520..9059975 100644 --- a/BinaryTree/BinaryTree/tree.cs +++ b/BinaryTree/BinaryTree/tree.cs @@ -185,14 +185,6 @@ namespace BinaryTree - - - - - - - - //print Method functions public void Print(node root, int topMargin = 2, int leftMargin = 2)