whitespace
This commit is contained in:
parent
3d1a4febd8
commit
9dabe85bb5
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ checkBoth :: URLString -> Maybe Integer -> UrlOptions -> IO Bool
|
||||||
checkBoth url expected_size uo = do
|
checkBoth url expected_size uo = do
|
||||||
v <- check url expected_size uo
|
v <- check url expected_size uo
|
||||||
return (fst v && snd v)
|
return (fst v && snd v)
|
||||||
|
|
||||||
check :: URLString -> Maybe Integer -> UrlOptions -> IO (Bool, Bool)
|
check :: URLString -> Maybe Integer -> UrlOptions -> IO (Bool, Bool)
|
||||||
check url expected_size = go <$$> getUrlInfo url
|
check url expected_size = go <$$> getUrlInfo url
|
||||||
where
|
where
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue