diff options
author | Justin Nuß <justin.nuss@hmmh.de> | 2014-08-04 10:37:57 +0200 |
---|---|---|
committer | Justin Nuß <justin.nuss@hmmh.de> | 2014-08-04 10:37:57 +0200 |
commit | 8023494a94d842963c157e5647b9c1b62b6ea0a8 (patch) | |
tree | 74d2537b581ec04cb0313822e3561f79929979a5 /modules/social | |
parent | 755eec745fa324fdd13078f0147638f8731652ba (diff) | |
download | gitea-8023494a94d842963c157e5647b9c1b62b6ea0a8.tar.gz gitea-8023494a94d842963c157e5647b9c1b62b6ea0a8.zip |
Fix invalid struct tags and remove unreachable code.
Diffstat (limited to 'modules/social')
-rw-r--r-- | modules/social/social.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/social/social.go b/modules/social/social.go index 326a463fac..f4d8598820 100644 --- a/modules/social/social.go +++ b/modules/social/social.go @@ -391,5 +391,4 @@ func (s *SocialWeibo) UserInfo(token *oauth.Token, _ *url.URL) (*BasicUserInfo, Identity: token.Extra["id_token"], Name: data.Name, }, nil - return nil, nil } |