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

commit 2e70012ae7ef179d7add660c3322b00f35619d5f
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Wed Nov 9 11:09:26 2022 -0500

    Clean up whitespace
---
 .../org/apache/bcel/classfile/ConstantPoolModuleToStringTestCase.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/test/java/org/apache/bcel/classfile/ConstantPoolModuleToStringTestCase.java
 
b/src/test/java/org/apache/bcel/classfile/ConstantPoolModuleToStringTestCase.java
index d480d667..f683da67 100644
--- 
a/src/test/java/org/apache/bcel/classfile/ConstantPoolModuleToStringTestCase.java
+++ 
b/src/test/java/org/apache/bcel/classfile/ConstantPoolModuleToStringTestCase.java
@@ -473,7 +473,7 @@ public class ConstantPoolModuleToStringTestCase {
             }
         }
     }
-    
+
     @ParameterizedTest
     @ValueSource(strings = {
     // @formatter:off
@@ -490,7 +490,7 @@ public class ConstantPoolModuleToStringTestCase {
     public void testClass(final String className) throws Exception {
         testJavaClass(SyntheticRepository.getInstance().loadClass(className));
     }
-    
+
     private static void test(final InputStream inputStream) throws IOException 
{
         final ClassParser classParser = new ClassParser(inputStream, 
"module-info.class");
         final JavaClass javaClass = classParser.parse();

Reply via email to