Github user lvfangmin commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/629#discussion_r218676907
--- Diff: src/java/main/org/apache/zookeeper/server/ServerStats.java ---
@@ -35,7 +35,7 @@
private long totalLatency = 0;
private long count = 0;
private AtomicLong fsyncThresholdExceedCount = new AtomicLong(0);
-
+
--- End diff --
nit: remove tailing white space.---
