hlint recommenfations
This commit is contained in:
parent
9534218797
commit
1ec9e93f16
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user