Skip to content

Commit 646d2b2

Browse files
committed
Whitespace
1 parent a5c6915 commit 646d2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yesod/Auth/OAuth2/Learn.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ oauth2Learn clientId clientSecret = authOAuth2 "learn"
6464
fetchLearnProfile :: Manager -> AccessToken -> IO (Creds m)
6565
fetchLearnProfile manager token = do
6666
result <- authGetJSON manager token "http://learn.thoughtbot.com/api/v1/me.json"
67-
67+
6868
case result of
6969
Right (LearnResponse user) -> return $ toCreds user
7070
Left err -> throwIO $ InvalidProfileResponse "learn" err

0 commit comments

Comments
 (0)