diff --git a/src/main.rs b/src/main.rs index 90a6030..ce51d69 100644 --- a/src/main.rs +++ b/src/main.rs @@ -133,7 +133,6 @@ fn build_tree(biggest_ones: Vec<(String, u64)>, depth: Option) -> Node { children: Vec::default(), }; recursively_build_tree(&mut top_parent, n, depth); - top_parent.children.sort_unstable() } top_parent }