diff --git a/src/Simplex/Chat/Util.hs b/src/Simplex/Chat/Util.hs index 896ac723c1..eacaf8d7ef 100644 --- a/src/Simplex/Chat/Util.hs +++ b/src/Simplex/Chat/Util.hs @@ -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) \ No newline at end of file + random = randomRIO (0, 65535)