hlint recommenfations
This commit is contained in:
@@ -169,8 +169,8 @@ gameDate gs = fromMaybe "" $ do
|
|||||||
Just $ m ++ " " ++ d ++ " " ++ y
|
Just $ m ++ " " ++ d ++ " " ++ y
|
||||||
|
|
||||||
playerReport :: Int -> String -> [(Player, PlayerStats)] -> [String]
|
playerReport :: Int -> String -> [(Player, PlayerStats)] -> [String]
|
||||||
playerReport width label ps =
|
playerReport width label =
|
||||||
filteredPlayerReport width label (const True) ps
|
filteredPlayerReport width label (const True)
|
||||||
|
|
||||||
filteredPlayerReport
|
filteredPlayerReport
|
||||||
:: Int
|
:: Int
|
||||||
|
|||||||
Reference in New Issue
Block a user