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 2023/06/23 12:49:55 UTC

[commons-net] 01/03: 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-net.git

commit 62293ea5fdc1ffed3682b187f2818ff497ec6dea
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 23 08:42:02 2023 -0400

    Format tweak.
---
 src/test/java/org/apache/commons/net/tftp/TFTPServer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/net/tftp/TFTPServer.java b/src/test/java/org/apache/commons/net/tftp/TFTPServer.java
index f387a93c..30ca4d82 100644
--- a/src/test/java/org/apache/commons/net/tftp/TFTPServer.java
+++ b/src/test/java/org/apache/commons/net/tftp/TFTPServer.java
@@ -77,8 +77,8 @@ import org.apache.commons.net.io.ToNetASCIIInputStream;
  *
  * @since 2.0
  */
-
 public class TFTPServer implements Runnable {
+
     public enum ServerMode {
         GET_ONLY, PUT_ONLY, GET_AND_PUT
     }