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 2020/12/12 16:05:03 UTC

[commons-io] 04/05: Format tweak.

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 61da746dbb0f7f2c59629e143016f43f75bfa92a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Dec 12 10:59:56 2020 -0500

    Format tweak.
---
 .../java/org/apache/commons/io/input/WindowsLineEndingInputStream.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/io/input/WindowsLineEndingInputStream.java b/src/main/java/org/apache/commons/io/input/WindowsLineEndingInputStream.java
index 9253fd8..ea5426e 100644
--- a/src/main/java/org/apache/commons/io/input/WindowsLineEndingInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/WindowsLineEndingInputStream.java
@@ -97,7 +97,6 @@ public class WindowsLineEndingInputStream  extends InputStream {
      * Handles the EOF-handling at the end of the stream
      * @return The next char to output to the stream
      */
-
     private int eofGame() {
         if (!ensureLineFeedAtEndOfFile) {
             return EOF;