From 88b7f848da3515d67cfb989b98ad5285a037993e Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sat, 11 Apr 2015 14:20:02 +0200 Subject: Fixing bad indentation --- src/Main.hs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Main.hs b/src/Main.hs index 3f2dd37..f9cd7f0 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -51,9 +51,10 @@ listenToNewResumes viewedURLs = do newAdsCount = length newResumes in do if newAdsCount > 0 - then do - putStrLn ("Got " ++ (show newAdsCount) ++ " new ads.\n") - putStrLn (concat . intersperse "\n\n" . map renderResume $ newResumes) + then + do + putStrLn ("Got " ++ (show newAdsCount) ++ " new ads.\n") + putStrLn (concat . intersperse "\n\n" . map renderResume $ newResumes) else return () waitOneMinute -- cgit v1.2.3