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

ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new b1a9355  IGNITE-15356 Fix code style
b1a9355 is described below

commit b1a9355403cbfb19b0409828aacedf3b9de89495
Author: Pavel Tupitsyn <ptupit...@apache.org>
AuthorDate: Tue Sep 7 21:16:24 2021 +0300

    IGNITE-15356 Fix code style
---
 .../org/apache/ignite/internal/runner/app/PlatformTestNodeRunner.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/PlatformTestNodeRunner.java
 
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/PlatformTestNodeRunner.java
index 3ae3e85..19554e3 100644
--- 
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/PlatformTestNodeRunner.java
+++ 
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/PlatformTestNodeRunner.java
@@ -92,7 +92,7 @@ public class PlatformTestNodeRunner {
 
         String ports = startedNodes.stream()
                 .map(n -> String.valueOf(getPort((IgniteImpl)n)))
-                .collect(Collectors.joining (","));
+                .collect(Collectors.joining(","));
 
         System.out.println("THIN_CLIENT_PORTS=" + ports);
 

Reply via email to