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


The following commit(s) were added to refs/heads/master by this push:
     new 0f6f414b Format tweak
0f6f414b is described below

commit 0f6f414b8e80c0d38b12fa9d949ad9a0e9a2e117
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 7 14:51:12 2023 -0400

    Format tweak
---
 src/main/java/org/apache/commons/io/input/Tailer.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/io/input/Tailer.java 
b/src/main/java/org/apache/commons/io/input/Tailer.java
index d5050c70..121f981c 100644
--- a/src/main/java/org/apache/commons/io/input/Tailer.java
+++ b/src/main/java/org/apache/commons/io/input/Tailer.java
@@ -178,6 +178,7 @@ public class Tailer implements Runnable, AutoCloseable {
         private boolean end;
         private boolean reOpen;
         private boolean startThread = true;
+
         /**
          * Builds and starts a new configured instance.
          *

Reply via email to