Format, remove unnecessary verbosity

This commit is contained in:
Sam Tay 2017-06-17 21:31:45 -04:00
parent e64715d051
commit 2bc72a0e94
2 changed files with 3 additions and 4 deletions

View file

@ -48,7 +48,7 @@ playGame lvl = do
customMain (V.mkVty V.defaultConfig) (Just chan) app initialGame
levelToDelay :: Int -> Int
levelToDelay n = floor $ 400000 * 0.85 ^ (2 * n) -- n + (fromIntegral n)
levelToDelay n = floor $ 400000 * 0.85 ^ (2 * n)
-- Handling events