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


The following commit(s) were added to refs/heads/master by this push:
     new 8a8fb66f Remove trailing whitespace
8a8fb66f is described below

commit 8a8fb66fb5633347ff4abb223500f94f718f0569
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Mon Jul 15 13:03:47 2024 +0100

    Remove trailing whitespace
---
 .../src/test/java/org/apache/commons/rng/sampling/RandomAssert.java     | 2 +-
 src/site/site.xml                                                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/RandomAssert.java
 
b/commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/RandomAssert.java
index f43d23bd..a6e9a3b1 100644
--- 
a/commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/RandomAssert.java
+++ 
b/commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/RandomAssert.java
@@ -239,7 +239,7 @@ public final class RandomAssert {
      * <p>It should be noted that repeat invocations of a failing test by the 
surefire plugin
      * will receive an instance with the same seed. If a test may fail due to 
stochastic conditions
      * then consider using {@link RandomAssert#createRNG()} or {@link 
#createRNG(int)} which will
-     * obtain a different RNG for repeat test executions. 
+     * obtain a different RNG for repeat test executions.
      *
      * @return the uniform random provider
      * @see RandomSource#create()
diff --git a/src/site/site.xml b/src/site/site.xml
index a5e053c7..3cdfecf6 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -56,7 +56,7 @@
   <custom>
     <!-- Custom properties controlling the commons-skin template. -->
     <commonsSkin>
-      <!-- 
+      <!--
         Convert preformatted source section tags to prettyprint:
           <div class="source"><pre> to <div class="source"><pre 
class="prettyprint">
       -->

Reply via email to