Skip to content

Commit

Permalink
Fix issue jazzband#37 spacing
Browse files Browse the repository at this point in the history
refs jazzband#37

Fixes the indentation issue as listed in issue jazzband#37
  • Loading branch information
kylestev committed May 10, 2013
1 parent 41b8c42 commit 35e4f4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/pip-review
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ def main():
all_ok = False
else:
if latest_version > installed_version:
logging.info('{0}=={1}'.format(pkg, latest_version))
logging.info('{0}=={1} is available (you have {2})'.format(
pkg, latest_version, installed_version
))
logging.info('{0}=={1}'.format(pkg, latest_version))
logging.info('{0}=={1} is available (you have {2})'.format(
pkg, latest_version, installed_version
))
logging.debug('{0}=={1} is up-to-date'.format(pkg, installed_version))

if all_ok and not args.raw:
Expand Down

0 comments on commit 35e4f4b

Please sign in to comment.