You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by gg...@apache.org on 2023/06/24 03:48:38 UTC

[juneau] 02/29: Remove trailing whitespace

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/juneau.git

commit 3562c6213f8b667e4e7e4ef3d4d50061b1976988
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 23 22:35:35 2023 -0400

    Remove trailing whitespace
---
 .../src/main/java/org/apache/juneau/rest/httppart/RequestContent.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/juneau-rest/juneau-rest-server/src/main/java/org/apache/juneau/rest/httppart/RequestContent.java b/juneau-rest/juneau-rest-server/src/main/java/org/apache/juneau/rest/httppart/RequestContent.java
index 229f884cf..3b6a6e552 100644
--- a/juneau-rest/juneau-rest-server/src/main/java/org/apache/juneau/rest/httppart/RequestContent.java
+++ b/juneau-rest/juneau-rest-server/src/main/java/org/apache/juneau/rest/httppart/RequestContent.java
@@ -516,7 +516,7 @@ public class RequestContent {
 				.debug(req.isDebug() ? true : null)
 				.outer(req.getContext().getResource())
 				.build();
-			
+
 			try (Closeable in = session.isReaderParser() ? getUnbufferedReader() : getInputStream()) {
 				T o = session.parse(in, cm);
 				if (schema != null)