Skip to content

Commit

Permalink
ZOOKEEPER-3649 Removed additional new line from printChildren
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-kumar committed Dec 17, 2019
1 parent b36d636 commit f2e1997
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ private void printChildren(List<String> children, Stat stat) {
if (stat != null) {
new StatPrinter(out).print(stat);
}
out.append("\n");
}

}

0 comments on commit f2e1997

Please sign in to comment.