Skip to content

Commit

Permalink
Merge pull request #34 from brendanhay/feature/issue-33
Browse files Browse the repository at this point in the history
Adding missing colon separator when CaptureModes are serialised
  • Loading branch information
brendanhay authored Aug 12, 2016
2 parents 0ab65b9 + ce84f24 commit ce2c018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/Network/Google/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ instance ( KnownSymbol s

buildClient Proxy rq x = buildClient (Proxy :: Proxy fn)
. appendPath rq
$ buildText x <> buildSymbol (Proxy :: Proxy m)
$ buildText x <> ":" <> buildSymbol (Proxy :: Proxy m)

instance ( KnownSymbol s
, ToHttpApiData a
Expand Down

0 comments on commit ce2c018

Please sign in to comment.