From fdc2d1f49906752585177e99b8bc285d796e4b3e Mon Sep 17 00:00:00 2001 From: DPC Date: Fri, 14 Aug 2020 01:28:04 +0200 Subject: [PATCH] add missing newline --- library/alloc/src/sync/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/alloc/src/sync/tests.rs b/library/alloc/src/sync/tests.rs index 15fd1923581..d2517171606 100644 --- a/library/alloc/src/sync/tests.rs +++ b/library/alloc/src/sync/tests.rs @@ -558,4 +558,4 @@ fn test_arc_cyclic_two_refs() { assert_eq!(Arc::strong_count(&two_refs), 3); assert_eq!(Arc::weak_count(&two_refs), 2); -} \ No newline at end of file +}