From 2d1f3c7dcdf4c85c5c054cd1a16466b6a653f033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iva=CC=81n=20Corrales?= Date: Mon, 8 May 2023 08:55:58 +0200 Subject: [PATCH] Working on providing new tests --- internal/node/node.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/node/node.go b/internal/node/node.go index 7c3d204..bdcadfd 100644 --- a/internal/node/node.go +++ b/internal/node/node.go @@ -36,7 +36,6 @@ func (n *Node) EqualTo(other *Node) bool { } } return true - } func (n *Node) Tree() string {