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

commit 98b7926b283936eb8be88d35243c8d4ede430f2f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Sep 23 15:27:30 2024 -0400

    Whitespace
---
 .../java/org/apache/commons/collections4/map/AbstractSortedMapTest.java  | 1 +
 1 file changed, 1 insertion(+)

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 61a6f29cb..da82cc939 100644
--- 
a/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java
+++ 
b/src/test/java/org/apache/commons/collections4/map/AbstractSortedMapTest.java
@@ -70,6 +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