From 73f75d393086c2bead16d09a21b2e8e7c3ffa5ec Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Wed, 13 Dec 2023 21:45:28 +0400 Subject: [PATCH] missing new line --- src/Simplex/Chat/Util.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)