add missing newline

This commit is contained in:
DPC 2020-08-14 01:28:04 +02:00
parent db34e352a7
commit fdc2d1f499

View file

@ -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);
} }