]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - src/Twitter/Http.hs
Whitespace cleanup.
[dead/halcyon.git] / src / Twitter / Http.hs
index 14b03825a4d924663c8fd9ff4d17d56b1b9f56c0..4c7c6086d9cad0fc22939f4612ed2acddf1d0978 100644 (file)
@@ -81,7 +81,7 @@ http_get uri =
 
   -- Pull out the response code as a CurlCode.
   let code = respCurlCode resp
-  
+
   case code of
     CurlOK -> return $ Just (respBody resp)
     error_code -> do