You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2018/03/02 01:48:37 UTC

[kafka] 05/09: Undo unintentional whitespace change in ZooKeeperTestHarness

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

junrao pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit 155ac5903aec0f682e19a0f1f17c1091f60c6da5
Author: Sandor Murakozi <sm...@gmail.com>
AuthorDate: Tue Feb 20 10:36:20 2018 +0100

    Undo unintentional whitespace change in ZooKeeperTestHarness
---
 core/src/test/scala/unit/kafka/zk/ZooKeeperTestHarness.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/test/scala/unit/kafka/zk/ZooKeeperTestHarness.scala b/core/src/test/scala/unit/kafka/zk/ZooKeeperTestHarness.scala
index af2d53a..a122297 100755
--- a/core/src/test/scala/unit/kafka/zk/ZooKeeperTestHarness.scala
+++ b/core/src/test/scala/unit/kafka/zk/ZooKeeperTestHarness.scala
@@ -51,7 +51,7 @@ abstract class ZooKeeperTestHarness extends JUnitSuite with Logging {
 
   def zkPort: Int = zookeeper.port
   def zkConnect: String = s"127.0.0.1:$zkPort"
-
+  
   @Before
   def setUp() {
     zookeeper = new EmbeddedZookeeper()

-- 
To stop receiving notification emails like this one, please contact
junrao@apache.org.