This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit aa257c0c92285f7369d3b3bd62ab0c17cb51317b
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 26 14:48:37 2026 -0400

    Remove trailing whitespace
---
 .../org/apache/commons/fileupload2/core/RFC2231UtilityTestCase.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-fileupload2-core/src/test/java/org/apache/commons/fileupload2/core/RFC2231UtilityTestCase.java
 
b/commons-fileupload2-core/src/test/java/org/apache/commons/fileupload2/core/RFC2231UtilityTestCase.java
index adf2f919..a9e71739 100644
--- 
a/commons-fileupload2-core/src/test/java/org/apache/commons/fileupload2/core/RFC2231UtilityTestCase.java
+++ 
b/commons-fileupload2-core/src/test/java/org/apache/commons/fileupload2/core/RFC2231UtilityTestCase.java
@@ -96,7 +96,7 @@ public final class RFC2231UtilityTestCase {
     void testNoNeedToDecode() throws Exception {
         assertEncoded("abc", "abc");
     }
-    
+
     @Test
     void testStripDelimiter() {
         final var nameWithAsteriskAtEnd = "paramname*";

Reply via email to