Skip to content

Commit 2456b04

Browse files
committed
whitespace
1 parent febc338 commit 2456b04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mau_mau/strategy.py

+1
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,6 @@ def visu(elems):
111111
antidoteIdx = input("%s.\n%s | " % (msg, visu(choices)))
112112
try:
113113
return choices[int(antidoteIdx) - 1]
114+
114115
except IndexError:
115116
log.warning("'%s' is not a valid choice", antidoteIdx)

0 commit comments

Comments
 (0)