From b7bcf8a3377bc3b847234baaf24fe6e46d7f85b7 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 14 Jan 2017 14:05:02 +1100 Subject: Some code/style cleanup --- src/File.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/File.hs') diff --git a/src/File.hs b/src/File.hs index e1245e8..01b33af 100644 --- a/src/File.hs +++ b/src/File.hs @@ -29,3 +29,4 @@ countLinesTail h n = do then IO.hClose h >> return (n + 1) else countLinesTail h (n + 1) + -- cgit