Stats printing: remove a spurious newline.

This was left over from a previous emitter conversion.  It didn't affect the
correctness of the output.
This commit is contained in:
David Goldblatt 2018-03-05 18:49:58 -08:00 committed by David Goldblatt
parent a1738f4efd
commit a9f3cedc6e

View File

@ -1231,9 +1231,6 @@ stats_print(void (*write_cb)(void *, const char *), void *cbopaque,
if (general) {
stats_general_print(&emitter);
}
if (json) {
malloc_cprintf(write_cb, cbopaque, "\n");
}
if (config_stats) {
stats_print_helper(&emitter, merged, destroyed, unmerged,
bins, large, mutex);