more WHITESPACE TIGHTENING

This commit is contained in:
endorphant
2016-05-31 23:08:14 -04:00
parent 84700451c7
commit b5babed1fc
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ def list_select(options, prompt):
ans = ""
invalid = True
choice = raw_input("\n\n"+prompt)
choice = raw_input("\n"+prompt)
if choice in BACKS:
return False