You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2022/02/21 11:11:33 UTC

[httpcomponents-client] 06/06: Remove trailing spaces

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

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit 2471990ad4c4dac202f56e1922855c927a2f01be
Author: Christophe <ch...@localhost>
AuthorDate: Sun Feb 20 20:13:44 2022 +0100

    Remove trailing spaces
---
 .../java/org/apache/hc/client5/http/CircularRedirectException.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/httpclient5/src/main/java/org/apache/hc/client5/http/CircularRedirectException.java b/httpclient5/src/main/java/org/apache/hc/client5/http/CircularRedirectException.java
index afe1f94..478b9b0 100644
--- a/httpclient5/src/main/java/org/apache/hc/client5/http/CircularRedirectException.java
+++ b/httpclient5/src/main/java/org/apache/hc/client5/http/CircularRedirectException.java
@@ -39,7 +39,7 @@ public class CircularRedirectException extends RedirectException {
      * Creates a new CircularRedirectException with a {@code null} detail message.
      */
     public CircularRedirectException() {
-        super(); 
+        super();
     }
 
     /**
@@ -61,4 +61,4 @@ public class CircularRedirectException extends RedirectException {
     public CircularRedirectException(final String message, final Throwable cause) {
         super(message, cause);
     }
-}
+}
\ No newline at end of file