Skip to content

Commit 7a837c1

Browse files
committed
fix formatting in tests
1 parent 46628c2 commit 7a837c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/node_ref.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fn index_of_child() {
4646
let root = tree.root();
4747
let b = root.first_child().unwrap();
4848
let c = root.last_child().unwrap();
49-
49+
5050
assert_eq!(0, root.index_of_child(&b).unwrap());
5151
assert_eq!(1, root.index_of_child(&c).unwrap());
5252
assert!(root.index_of_child(&root).is_none());

0 commit comments

Comments
 (0)