This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 5c6171bb2186f0d43c78ffec6610908e83a81a82 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Aug 1 12:20:33 2022 +0100 Fix indent --- test/org/apache/tomcat/util/http/parser/TestMediaType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/tomcat/util/http/parser/TestMediaType.java b/test/org/apache/tomcat/util/http/parser/TestMediaType.java index 35a1d74523..9a577687e3 100644 --- a/test/org/apache/tomcat/util/http/parser/TestMediaType.java +++ b/test/org/apache/tomcat/util/http/parser/TestMediaType.java @@ -302,7 +302,7 @@ public class TestMediaType { sb.append(lws); return sb.toString(); } -} + } @Test public void testCase() throws Exception { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org