Merge pull request #6 from zerobuzz/nothing-really

Whitespace.
This commit is contained in:
Alp Mestanogullari 2015-02-09 11:28:07 +00:00
commit a7749a04b7
3 changed files with 2 additions and 3 deletions

View file

@ -4,7 +4,7 @@
![servant](https://raw.githubusercontent.com/haskell-servant/servant/master/servant.png)
This library lets you derive automatically Haskell functions that let you query each endpoint of a *servant* webservice.
This library lets you automatically derive Haskell functions that let you query each endpoint of a *servant* webservice.
## Example

View file

@ -85,7 +85,7 @@ reqToRequest req (BaseUrl reqScheme reqHost reqPort) =
setheaders r = r { requestHeaders = Prelude.map toProperHeader (headers req) }
toProperHeader (name, val) =
(fromString name, encodeUtf8 val)
(fromString name, encodeUtf8 val)
-- * performing requests

View file

@ -255,4 +255,3 @@ pathGen = fmap NonEmpty path
filter (not . (`elem` "?%[]/#;")) $
filter isPrint $
map chr [0..127]