about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDPC <dylan.dpc@gmail.com>2020-08-14 01:28:04 +0200
committerDPC <dylan.dpc@gmail.com>2020-08-14 01:28:04 +0200
commitfdc2d1f49906752585177e99b8bc285d796e4b3e (patch)
treed04e54402dc0d1bb218d1824a1ba05723ad73913
parentdb34e352a7983bf5a4584e93e54362ef45b70b58 (diff)
downloadrust-fdc2d1f49906752585177e99b8bc285d796e4b3e.tar.gz
rust-fdc2d1f49906752585177e99b8bc285d796e4b3e.zip
add missing newline
-rw-r--r--library/alloc/src/sync/tests.rs2
1 files changed, 1 insertions, 1 deletions
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
+}