Skip to content
Snippets Groups Projects
Commit 3e991997 authored by Seblu's avatar Seblu
Browse files

Fix trailing whitespaces

parent 03f5d3bc
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ class Command_list(TqlCommand):
for tag in order[1:]:
if o.get(tag) is not None:
# the +2 is the size of space and ":"
tag_size = len(tag) + len(self.tdr(tag, o.get(tag))) + 2
tag_size = len(tag) + len(self.tdr(tag, o.get(tag))) + 2
# if tag doesn't fit into the space left on current line,
# we jump on a new line:
if line_pos + tag_size > term_width and margin != line_pos:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment