formatting

This commit is contained in:
Chris Allen 2014-04-13 20:24:23 -05:00
parent 5f2fa1ad93
commit 5ce754fe67

View File

@ -106,8 +106,8 @@ Response {responseStatus = Status {statusCode = 200, statusMessage = "OK"}
data TweetMapping = TweetMapping deriving (Eq, Show)
-- I know writing the JSON directly/manually sucks.
-- I don't have a real data type for Mappings yet.
-- I know writing the JSON manually sucks.
-- I don't have a proper data type for Mappings yet.
-- Let me know if this is something you need.
:{