Skip to content

Commit 3f20a64

Browse files
author
zhangzhuang08
committed
resolve fmt in rb_tree.rs
1 parent 51da682 commit 3f20a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_structures/rb_tree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ unsafe fn delete_fixup<K: Ord, V>(tree: &mut RBTree<K, V>, mut parent: *mut RBNo
372372
if parent.is_null() {
373373
break;
374374
}
375-
375+
376376
/*
377377
* Loop invariants:
378378
* - node is black (or null on first iteration)

0 commit comments

Comments
 (0)