Convert spaces to tabs (#6799)

This commit is contained in:
Ashley
2020-08-03 15:48:32 +02:00
committed by GitHub
parent 1a84ad87c0
commit 07facb13c2
11 changed files with 262 additions and 262 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ impl<H, N, V> ForkTree<H, N, V> where
let mut root = root
.expect("find_node_index_where will return array with at least one index; \
this results in at least one item in removed; qed");
this results in at least one item in removed; qed");
let mut removed = old_roots;