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

aaronai pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9ff8a312c Fix Indentation Reported by Checkstyle (#4884)
9ff8a312c is described below

commit 9ff8a312cba3dd868ae0d75c310ec50343a773fe
Author: Jack Tsai <[email protected]>
AuthorDate: Thu Aug 25 12:07:32 2022 +0800

    Fix Indentation Reported by Checkstyle (#4884)
    
    Co-authored-by: tsaitsung-han.tht <[email protected]>
---
 proxy/src/main/java/org/apache/rocketmq/proxy/config/Configuration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/proxy/src/main/java/org/apache/rocketmq/proxy/config/Configuration.java 
b/proxy/src/main/java/org/apache/rocketmq/proxy/config/Configuration.java
index 6b62ecb97..aaba6ef9c 100644
--- a/proxy/src/main/java/org/apache/rocketmq/proxy/config/Configuration.java
+++ b/proxy/src/main/java/org/apache/rocketmq/proxy/config/Configuration.java
@@ -48,7 +48,7 @@ public class Configuration {
         final String testResource = "rmq-proxy-home/conf/" + configFileName;
         try (InputStream inputStream = 
Configuration.class.getClassLoader().getResourceAsStream(testResource)) {
             if (null != inputStream) {
-              return CharStreams.toString(new InputStreamReader(inputStream, 
Charsets.UTF_8));
+                return CharStreams.toString(new InputStreamReader(inputStream, 
Charsets.UTF_8));
             }
         }
 

Reply via email to