mytang0 commented on code in PR #3207:
URL: 
https://github.com/apache/incubator-eventmesh/pull/3207#discussion_r1111859213


##########
eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/AbstractHTTPServer.java:
##########
@@ -121,7 +124,7 @@ public abstract class AbstractHTTPServer extends 
AbstractRemotingServer {
     private final transient EventMeshHTTPConfiguration 
eventMeshHttpConfiguration;
 
     private final transient ThreadPoolExecutor asyncContextCompleteHandler =
-            ThreadPoolFactory.createThreadPoolExecutor(10, 10, 
"EventMesh-http-asyncContext");
+        ThreadPoolFactory.createThreadPoolExecutor(10, 10, 
"EventMesh-http-asyncContext");

Review Comment:
   I noticed that there are a lot of style modifications.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to