You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/18 22:16:49 UTC

[commons-bcel] branch master updated: Remove trailing whitespace

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

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


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

commit e0660512d8ac51e4d135508d4b6214f6a10dd378
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Fri Nov 18 17:16:45 2022 -0500

    Remove trailing whitespace
---
 src/test/java/org/apache/bcel/verifier/VerifyJavaMathTestCase.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/bcel/verifier/VerifyJavaMathTestCase.java b/src/test/java/org/apache/bcel/verifier/VerifyJavaMathTestCase.java
index dd17f04a..1b22381d 100644
--- a/src/test/java/org/apache/bcel/verifier/VerifyJavaMathTestCase.java
+++ b/src/test/java/org/apache/bcel/verifier/VerifyJavaMathTestCase.java
@@ -29,11 +29,11 @@ public class VerifyJavaMathTestCase extends AbstractVerifierTestCase {
     public void testBigDecimal() throws ClassNotFoundException {
         assertTrue(doAllPasses("java.math.BigDecimal"));
     }
-    
+
     @Test
     @Disabled
     public void testBigInteger() throws ClassNotFoundException {
         assertTrue(doAllPasses("java.math.BigInteger"));
     }
-    
+
 }