mirror of https://github.com/apache/cassandra
Merge 35814b8db7 into 10557d7ffe
This commit is contained in:
commit
4b30aa204a
|
|
@ -1035,7 +1035,7 @@ class Shell(cmd.Cmd):
|
|||
|
||||
# print row data
|
||||
for row in formatted_values:
|
||||
line = ' | '.join(col.rjust(w, color=self.color) for (col, w) in zip(row, widths))
|
||||
line = ' | '.join(col.ljust(w, color=self.color) for (col, w) in zip(row, widths))
|
||||
self.writeresult(' ' + line)
|
||||
|
||||
if tty:
|
||||
|
|
|
|||
Loading…
Reference in New Issue