add missing newline
This commit is contained in:
parent
db34e352a7
commit
fdc2d1f499
1 changed files with 1 additions and 1 deletions
|
@ -558,4 +558,4 @@ fn test_arc_cyclic_two_refs() {
|
||||||
|
|
||||||
assert_eq!(Arc::strong_count(&two_refs), 3);
|
assert_eq!(Arc::strong_count(&two_refs), 3);
|
||||||
assert_eq!(Arc::weak_count(&two_refs), 2);
|
assert_eq!(Arc::weak_count(&two_refs), 2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue