Skip to content

Commit 77f811b

Browse files
committed
Add an empty line at the end of the file
1 parent f74a429 commit 77f811b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/fluentd/logger/sender/ConstantDelayReconnector.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ public boolean enableReconnection(long timestamp) {
5050

5151
return (!(timestamp - errorHistory.getLast() < wait));
5252
}
53-
54-
}
53+
}

0 commit comments

Comments
 (0)