summaryrefslogtreecommitdiff
path: root/src/File.hs
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-01-14 14:05:02 +1100
committerJed Barber <jjbarber@y7mail.com>2017-01-14 14:05:02 +1100
commitb7bcf8a3377bc3b847234baaf24fe6e46d7f85b7 (patch)
tree580d54267de7ed4cc650c5d07345532699c803b1 /src/File.hs
parentcedc60f86a22eddef26d8db4cb3ec36d50a7fd75 (diff)
Some code/style cleanup
Diffstat (limited to 'src/File.hs')
-rw-r--r--src/File.hs1
1 files changed, 1 insertions, 0 deletions
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)
+