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 2023/02/09 16:17:54 UTC

[commons-beanutils] 01/06: Remove extra 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-beanutils.git

commit b6bdccad0abf3763b5354fead57c3aab18cdd972
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Feb 9 10:03:16 2023 -0500

    Remove extra whitespace
---
 src/test/java/org/apache/commons/beanutils2/BeanUtilsTestCase.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/beanutils2/BeanUtilsTestCase.java b/src/test/java/org/apache/commons/beanutils2/BeanUtilsTestCase.java
index c09ec9e8..e1adeed8 100644
--- a/src/test/java/org/apache/commons/beanutils2/BeanUtilsTestCase.java
+++ b/src/test/java/org/apache/commons/beanutils2/BeanUtilsTestCase.java
@@ -60,8 +60,6 @@ import junit.framework.TestSuite;
  */
 public class BeanUtilsTestCase extends TestCase {
 
-
-
     /**
      * The test bean for each test.
      */