wu-sheng commented on code in PR #707:
URL: https://github.com/apache/skywalking-java/pull/707#discussion_r1685833702


##########
apm-sniffer/apm-sdk-plugin/kafka-plugin/src/main/java/org/apache/skywalking/apm/plugin/kafka/define/KafkaConsumerInstrumentation.java:
##########
@@ -62,104 +64,121 @@ public class KafkaConsumerInstrumentation extends 
AbstractKafkaInstrumentation {
 
     @Override
     public ConstructorInterceptPoint[] getConstructorsInterceptPoints() {
-        return new ConstructorInterceptPoint[] {
-            new ConstructorInterceptPoint() {
-                @Override
-                public ElementMatcher<MethodDescription> 
getConstructorMatcher() {
-                    return takesArgumentWithType(0, 
CONSTRUCTOR_INTERCEPT_TYPE);
-                }
+        return new ConstructorInterceptPoint[]{
+                new ConstructorInterceptPoint() {
+                    @Override
+                    public ElementMatcher<MethodDescription> 
getConstructorMatcher() {
+                        return takesArgumentWithType(0, 
CONSTRUCTOR_INTERCEPT_TYPE);
+                    }

Review Comment:
   You should not reformat, thr code style file is in the source codes.



-- 
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: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to