mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
before this change, `toppartitions` does not print an empty line after an empty sampling warning message. but dtest/toppartitions_test.py actually split sampling reports with two newlines, so let's appease it. the output also looks better this way, as the samplings for READS and WRITES are always visually separated with an empty line. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>