Skip to content

Commit fdc2d1f

Browse files
committed
add missing newline
1 parent db34e35 commit fdc2d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/sync/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -558,4 +558,4 @@ fn test_arc_cyclic_two_refs() {
558558

559559
assert_eq!(Arc::strong_count(&two_refs), 3);
560560
assert_eq!(Arc::weak_count(&two_refs), 2);
561-
}
561+
}

0 commit comments

Comments
 (0)