mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
revert previous additional blank line
This commit is contained in:
parent
12fc5e6161
commit
c7e0fc52e3
@ -152,7 +152,6 @@ def list(options):
|
|||||||
if options["readonly-uri"]:
|
if options["readonly-uri"]:
|
||||||
line.append(quote_output(ro_uri or "-", quotemarks=False))
|
line.append(quote_output(ro_uri or "-", quotemarks=False))
|
||||||
rows.append((encoding_error, line))
|
rows.append((encoding_error, line))
|
||||||
|
|
||||||
max_widths = []
|
max_widths = []
|
||||||
left_justifys = []
|
left_justifys = []
|
||||||
for (encoding_error, row) in rows:
|
for (encoding_error, row) in rows:
|
||||||
|
Loading…
Reference in New Issue
Block a user