about summary refs log tree commit diff
path: root/src/libtest
diff options
context:
space:
mode:
authorStefan Lankes <slankes@eonerc.rwth-aachen.de>2019-10-28 14:03:53 -0400
committerStefan Lankes <slankes@eonerc.rwth-aachen.de>2019-10-28 14:03:53 -0400
commitcf65200e5c78c04a7d9f05c4d8131218624a7924 (patch)
treedad7e81e229c2c8bda18c36b0dd1262a28b5913a /src/libtest
parent7cecfab386279ff626da7ee62fc6127b4093b69b (diff)
downloadrust-cf65200e5c78c04a7d9f05c4d8131218624a7924.tar.gz
rust-cf65200e5c78c04a7d9f05c4d8131218624a7924.zip
removing trailing whitespaces
Diffstat (limited to 'src/libtest')
-rw-r--r--src/libtest/helpers/concurrency.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/helpers/concurrency.rs b/src/libtest/helpers/concurrency.rs
index 4fec01d7525..6b0c8a8af32 100644
--- a/src/libtest/helpers/concurrency.rs
+++ b/src/libtest/helpers/concurrency.rs
@@ -57,7 +57,7 @@ pub fn get_concurrency() -> usize {
     #[cfg(target_os = "hermit")]
     fn num_cpus() -> usize {
         // FIXME: Implement num_cpus on HermitCore
-        1      
+        1
     }
 
     #[cfg(any(