Skip to content

Commit

Permalink
Added newline after SSTable Leaders section
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Zemek committed Aug 16, 2018
1 parent 5659494 commit b3dc7f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ public static void main(String[] args) {
Long.toString(p.droppableTombstoneCount)
);
}
System.out.print(sctb);
System.out.println(sctb);

System.out.println("SSTables:");
TableBuilder cltb = new TableBuilder();
Expand Down

0 comments on commit b3dc7f2

Please sign in to comment.