This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit cd01dae6cac87d506055f31e7b6b7eeb3ae985ff
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Wed Jul 31 23:13:42 2019 +0100

    Remove trailing whitespace.
---
 .../java/org/apache/commons/rng/simple/internal/SeedFactoryTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-rng-simple/src/test/java/org/apache/commons/rng/simple/internal/SeedFactoryTest.java
 
b/commons-rng-simple/src/test/java/org/apache/commons/rng/simple/internal/SeedFactoryTest.java
index 8894b6a..cd0d1f0 100644
--- 
a/commons-rng-simple/src/test/java/org/apache/commons/rng/simple/internal/SeedFactoryTest.java
+++ 
b/commons-rng-simple/src/test/java/org/apache/commons/rng/simple/internal/SeedFactoryTest.java
@@ -196,7 +196,7 @@ public class SeedFactoryTest {
         // p-value of 0.0001 taken from a 2-tailed Normal distribution. 
Computation of
         // the p-value requires the complimentary error function.
         // The p-value is set to be equal to a 0.01 with 1 allowed re-run.
-        // (Re-runs are not configured for this test.) 
+        // (Re-runs are not configured for this test.)
         final double absSum = Math.abs(sum);
         final double max = Math.sqrt(numberOfBits) * 3.891;
         Assert.assertTrue("Walked too far astray: " + absSum +

Reply via email to