You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2019/06/08 20:14:23 UTC

[commons-numbers] 03/06: Trailing spaces.

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

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

commit 487c86a06f7be120d6fd20652210a32049b08614
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Sat Jun 8 15:54:20 2019 +0200

    Trailing spaces.
---
 .../java/org/apache/commons/numbers/rootfinder/BrentSolverTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-numbers-rootfinder/src/test/java/org/apache/commons/numbers/rootfinder/BrentSolverTest.java b/commons-numbers-rootfinder/src/test/java/org/apache/commons/numbers/rootfinder/BrentSolverTest.java
index b414f6a..506d155 100644
--- a/commons-numbers-rootfinder/src/test/java/org/apache/commons/numbers/rootfinder/BrentSolverTest.java
+++ b/commons-numbers-rootfinder/src/test/java/org/apache/commons/numbers/rootfinder/BrentSolverTest.java
@@ -225,7 +225,7 @@ public class BrentSolverTest {
             Assert.fail("an out of range condition was expected");
         } catch (SolverException ex) {
             // Ensure expected error condition.
-            Assert.assertFalse(ex.getMessage().indexOf("out of range") == -1);            
+            Assert.assertFalse(ex.getMessage().indexOf("out of range") == -1);
         }
     }