arrange constants

This commit is contained in:
NikVolf
2019-09-07 14:04:51 +03:00
parent de053e1d8f
commit 49763d1c01
4 changed files with 9 additions and 8 deletions

View File

@@ -204,5 +204,4 @@ fn main() {
let tree = prepare_tree(initial_tree_vec);
println!("root: {}", tree.root());
}