mirror of
https://gerrit.googlesource.com/git-repo
synced 2026-06-07 10:29:47 +00:00
Tidy up code formatting a bit more
Enable the following Pylint warnings: C0322: Operator not preceded by a space C0323: Operator not followed by a space C0324: Comma not followed by a space And make the necessary fixes. Change-Id: I74d74283ad5138cbaf28d492b18614eb355ff9fe
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ Displays detailed usage information about a command.
|
||||
|
||||
p('%s', title)
|
||||
self.nl()
|
||||
p('%s', ''.ljust(len(title),section_type[0]))
|
||||
p('%s', ''.ljust(len(title), section_type[0]))
|
||||
self.nl()
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user