fixed formatting of goal data confirmation prompt

This commit is contained in:
Jonathan Lamothe 2019-10-02 01:57:58 -04:00
parent 7da4c54e65
commit 0aa2b49ba2

View File

@ -228,7 +228,9 @@ confirmGoalDataC = Controller
(\pid -> " Assisted by: " ++
playerSummary (fromJust $ nth pid players))
(gs^.assistsBy) ++
[ "Is the above information correct? (Y/N)" ]
[ ""
, "Is the above information correct? (Y/N)"
]
C.drawString msg
return C.CursorInvisible
, handleController = \e -> do