Github user lvfangmin commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/667#discussion_r224818567
--- Diff:
zookeeper-common/src/main/java/org/apache/zookeeper/ClientCnxnSocketNetty.java
---
@@ -146,13 +146,13 @@ public void operationComplete(ChannelFuture
channelFuture) throws Exception {
} else {
needSasl.set(false);
}
-
+
--- End diff --
nit: remove tailing white space.---
