whitespace

This commit is contained in:
Joey Hess 2016-12-28 00:17:36 -04:00
parent 3d1a4febd8
commit 9dabe85bb5
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View 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