From c1c8e8681e76638a39dda0ae6479c466c5f44b8d Mon Sep 17 00:00:00 2001 From: Andrei Alexandrescu Date: Tue, 16 Jan 2018 11:58:56 -0500 Subject: [PATCH] remove surprising emtpy line --- std/parallelism.d | 1 - 1 file changed, 1 deletion(-) diff --git a/std/parallelism.d b/std/parallelism.d index f99c18c2f..e247c786c 100644 --- a/std/parallelism.d +++ b/std/parallelism.d @@ -2827,7 +2827,6 @@ public: apply. Params: - args = Just the range to _fold over; or the range and one seed per function; or the range, one seed per function, and the work unit size