hlint recommenfations

This commit is contained in:
Jonathan Lamothe 2019-12-13 11:42:49 -05:00
parent 9534218797
commit 1ec9e93f16

View File

@ -169,8 +169,8 @@ gameDate gs = fromMaybe "" $ do
Just $ m ++ " " ++ d ++ " " ++ y
playerReport :: Int -> String -> [(Player, PlayerStats)] -> [String]
playerReport width label ps =
filteredPlayerReport width label (const True) ps
playerReport width label =
filteredPlayerReport width label (const True)
filteredPlayerReport
:: Int