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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 443b38765 Trailing whitespace
443b38765 is described below

commit 443b387659df2062d467789c3ddd66380a13c344
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Sep 24 09:36:23 2024 -0400

    Trailing whitespace
---
 .../java/org/apache/commons/collections4/map/AbstractSortedMapTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java 
b/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java
index da82cc939..12770b531 100644
--- 
a/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java
+++ 
b/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java
@@ -70,7 +70,7 @@ public abstract class AbstractSortedMapTest<K, V> extends 
AbstractMapTest<K, V>
             // done this way so toKey is correctly set in the returned map
             return ((SortedMap<K, V>) main.makeObject()).headMap(toKey);
         }
-        
+
         @Test
         public void testHeadMapOutOfRange() {
             if (!isPutAddSupported()) {

Reply via email to