whitespace
authorJoey Hess <joeyh@joeyh.name>
Wed, 28 Dec 2016 04:17:36 +0000 (00:17 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 28 Dec 2016 04:17:36 +0000 (00:17 -0400)
Utility/Url.hs

index a4523d73f76bf8423f2ed4b2620f04b98fc2b804..da1a38dd33f84f0418072eb473ac7ff1cda4fa1c 100644 (file)
@@ -110,6 +110,7 @@ checkBoth :: URLString -> Maybe Integer -> UrlOptions -> IO Bool
 checkBoth url expected_size uo = do
        v <- check url expected_size uo
        return (fst v && snd v)
+
 check :: URLString -> Maybe Integer -> UrlOptions -> IO (Bool, Bool)
 check url expected_size = go <$$> getUrlInfo url
   where