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
The following commit(s) were added to refs/heads/master by this push: new 65b19300 Whitespace 65b19300 is described below commit 65b19300d989acf315058bb00230f08ec38f5113 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 28 17:17:04 2024 -0400 Whitespace --- src/test/java/org/apache/commons/net/tftp/TFTPTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/net/tftp/TFTPTest.java b/src/test/java/org/apache/commons/net/tftp/TFTPTest.java index 245b8517..fac02389 100644 --- a/src/test/java/org/apache/commons/net/tftp/TFTPTest.java +++ b/src/test/java/org/apache/commons/net/tftp/TFTPTest.java @@ -149,7 +149,7 @@ public class TFTPTest extends TestCase { out.delete(); } } - + public void testGetModeName() { assertNotNull(TFTP.getModeName(0)); assertNotNull(TFTP.getModeName(1));