Getting rid of whitespaces, yikess

master
ahmad 2022-12-22 10:56:16 +01:00
parent 237dc79ecf
commit 9089b107ea
1 changed files with 0 additions and 3 deletions

View File

@ -64,9 +64,6 @@ public class Baum {
{
if(wurzel != null)
wurzel.remove(wert);
}
class Knoten{