lib/trees: clean whitespaces
authorAlexandre Terrasa <alexandre@moz-code.org>
Thu, 3 Sep 2015 21:47:36 +0000 (17:47 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Sat, 24 Oct 2015 22:51:13 +0000 (18:51 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/trees/abstract_tree.nit
lib/trees/rbtree.nit

index 6626036..38d22e4 100644 (file)
@@ -64,4 +64,3 @@ class TreeNode[K: Comparable, E]
                return res.to_s
        end
 end
-
index 51ddfc0..7310ac7 100644 (file)
@@ -144,4 +144,3 @@ class RBTreeNode[K: Comparable, E]
 
        end
 end
-