1
0
mirror of https://github.com/httpie/cli.git synced 2025-07-15 01:34:27 +02:00

codestyle fixes

This commit is contained in:
Pedro Rodrigues
2016-07-19 17:23:40 +01:00
parent 9c2c058ae5
commit 8f6bee9196
3 changed files with 4 additions and 4 deletions

View File

@ -213,7 +213,7 @@ output_processing.add_argument(
""".format(
default=DEFAULT_STYLE,
available='\n'.join(
'{0}{1}'.format(8*' ', line.strip())
'{0}{1}'.format(8 * ' ', line.strip())
for line in wrap(', '.join(sorted(AVAILABLE_STYLES)), 60)
).rstrip(),
)