From 9089b107ea7d48110684144dc76222add4a67f73 Mon Sep 17 00:00:00 2001 From: ahmad Date: Thu, 22 Dec 2022 10:56:16 +0100 Subject: [PATCH] Getting rid of whitespaces, yikess --- Baumy/src/Baum.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/Baumy/src/Baum.java b/Baumy/src/Baum.java index 46af458..1bdb4b0 100644 --- a/Baumy/src/Baum.java +++ b/Baumy/src/Baum.java @@ -64,9 +64,6 @@ public class Baum { { if(wurzel != null) wurzel.remove(wert); - - - } class Knoten{