yesod-core: Whitespace.

This commit is contained in:
Felipe Lessa 2012-08-27 14:50:04 -03:00
parent 5b19865c7a
commit 0d95e6917d

View File

@ -757,7 +757,7 @@ getExpires m = do
--
-- Note: although the value used for key and path is 'Text', you should only
-- use ASCII values to be HTTP compliant.
deleteCookie :: Text -- ^ key
deleteCookie :: Text -- ^ key
-> Text -- ^ path
-> GHandler sub master ()
deleteCookie a = addHeader . DeleteCookie (encodeUtf8 a) . encodeUtf8