missing new line

This commit is contained in:
spaced4ndy
2023-12-13 21:45:28 +04:00
parent e714f4037a
commit 73f75d3930
+1 -1
View File
@@ -41,4 +41,4 @@ shuffle :: [a] -> IO [a]
shuffle xs = map snd . sortBy (comparing fst) <$> mapM (\x -> (,x) <$> random) xs
where
random :: IO Word16
random = randomRIO (0, 65535)
random = randomRIO (0, 65535)