Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Jul 15, 2024
1 parent f1a6ed7 commit 8a8fb66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public static UniformRandomProvider[] createRNG(int count) {
* <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()
Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
-->
Expand Down

0 comments on commit 8a8fb66

Please sign in to comment.