Pil0tXia commented on code in PR #4698:
URL: https://github.com/apache/eventmesh/pull/4698#discussion_r1443635031


##########
eventmesh-openconnect/eventmesh-openconnect-java/src/main/java/org/apache/eventmesh/openconnect/SourceWorker.java:
##########
@@ -330,15 +330,15 @@ public boolean commitOffsets() {
             log.info("{} Committing offsets for {} acknowledged messages", 
this, committableOffsets.numCommittableMessages());
             if (committableOffsets.hasPending()) {
                 log.debug("{} There are currently {} pending messages spread 
across {} source partitions whose offsets will not be committed. "
-                        + "The source partition with the most pending messages 
is {}, with {} pending messages",
+                    + "The source partition with the most pending messages is 
{}, with {} pending messages",

Review Comment:
   Our community has always preferred using 1TAB instead of 2TAB, and my IDEA's 
default newline indentation is also 1TAB. This time, spotless mainly formatted 
the code for lark and wecom connector.
   
   It appears that the checkstyle XML file in the "style" directory does not 
enforce 1TAB indentation for line breaks, but spotless does.



-- 
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