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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue