Fix trailing whitespace

This commit is contained in:
enkore 2015-06-17 15:55:33 +02:00
parent bbab4c0db0
commit 66b568afc6

View File

@ -101,7 +101,7 @@ Options:
if keyring.get_password("%s.%s" % (module["key"], credential), getpass.getuser()): if keyring.get_password("%s.%s" % (module["key"], credential), getpass.getuser()):
print(" - %s: set" % credential) print(" - %s: set" % credential)
else: else:
print(" (none stored)") print(" (none stored)")
return return
choices = list(credential_modules.keys()) choices = list(credential_modules.keys())