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/07/02 13:36:19 UTC

[commons-lang] branch master updated: 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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ee8c045e Extra whitespace
9ee8c045e is described below

commit 9ee8c045e4e7bb0d19db0a0c95c061db79a233e0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 2 09:36:11 2022 -0400

    Extra whitespace
---
 src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java b/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java
index 5686298b7..c41b0df08 100644
--- a/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java
@@ -239,7 +239,6 @@ public class SerializationUtilsTest {
         assertEquals(iMap, newMap);
     }
 
-
     @Test
     public void testSerializeBytes() throws Exception {
         final byte[] testBytes = SerializationUtils.serialize(iMap);