mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Style
This commit is contained in:
parent
d814f79fa1
commit
6b187026f5
@ -75,7 +75,7 @@ class Control(object):
|
||||
if wrap_always or length > 80:
|
||||
indentation = " "
|
||||
if not short_indent:
|
||||
indentation *= (len(entry) + 2)
|
||||
indentation *= len(entry) + 2
|
||||
packages_with_indention = map(lambda x: indentation + x, packages)
|
||||
packages_with_indention = ",\n".join(packages_with_indention)
|
||||
if short_indent:
|
||||
|
Loading…
x
Reference in New Issue
Block a user