arugal commented on a change in pull request #4228: Support Browser protocol at 
OAP
URL: https://github.com/apache/skywalking/pull/4228#discussion_r395643702
 
 

 ##########
 File path: 
test/e2e/e2e-test/src/test/java/org/apache/skywalking/e2e/ClusterE2E.java
 ##########
 @@ -122,18 +123,18 @@ void topology() throws Exception {
         verifyServiceRelationMetrics(topology.getCalls());
 
         final String clientId = topology.getNodes()
-                                        .stream()
-                                        .filter(n -> 
n.getName().equals(providerName))
-                                        .findFirst()
-                                        .orElseThrow(NullPointerException::new)
-                                        .getId();
+            .stream()
+            .filter(n -> n.getName().equals(providerName))
+            .findFirst()
+            .orElseThrow(NullPointerException::new)
+            .getId();
 
 Review comment:
   done

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to