about summary refs log tree commit diff
path: root/library/test/src/helpers/concurrency.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/test/src/helpers/concurrency.rs')
-rw-r--r--library/test/src/helpers/concurrency.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/test/src/helpers/concurrency.rs b/library/test/src/helpers/concurrency.rs
index b395adcf885..1854c6a7652 100644
--- a/library/test/src/helpers/concurrency.rs
+++ b/library/test/src/helpers/concurrency.rs
@@ -1,5 +1,6 @@
 //! Helper module which helps to determine amount of threads to be used
 //! during tests execution.
+
 use std::{env, num::NonZero, thread};
 
 pub fn get_concurrency() -> usize {