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/09/13 22:48:10 UTC

[commons-io] 01/02: Remove 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-io.git

commit fecf8589975e9dcfd12cb46e56378c51599f2da3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 13 18:47:18 2022 -0400

    Remove whitespace
---
 .../java/org/apache/commons/io/function/UncheckedIOSpliterator.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/function/UncheckedIOSpliterator.java b/src/main/java/org/apache/commons/io/function/UncheckedIOSpliterator.java
index ad8cfd83..fae6fa61 100644
--- a/src/main/java/org/apache/commons/io/function/UncheckedIOSpliterator.java
+++ b/src/main/java/org/apache/commons/io/function/UncheckedIOSpliterator.java
@@ -80,6 +80,4 @@ final class UncheckedIOSpliterator<T> implements Spliterator<T> {
         return Uncheck.get(delegate::trySplit).unwrap();
     }
 
-
-
 }