Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wushujames committed Apr 7, 2017
1 parent 2684896 commit cda8cce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public static void main(String[] args) throws JsonProcessingException {
String jsonInString = mapper.writerWithDefaultPrettyPrinter().writeValueAsString(results);
System.out.println(jsonInString);
} else {
System.out.format("%-30s %-30s %-10s %-15s %-15s %-15s %s", "GROUP", "TOPIC", "PARTITION", "CURRENT-OFFSET", "LOG-END-OFFSET", "LAG", "OWNER");
System.out.format("%-30s %-30s %-10s %-15s %-15s %-15s %-30s", "GROUP", "TOPIC", "PARTITION", "CURRENT-OFFSET", "LOG-END-OFFSET", "LAG", "OWNER");
if (includeStartOffset) {
System.out.format(" %-15s", "LOG-START-OFFSET");
}
Expand Down

0 comments on commit cda8cce

Please sign in to comment.