diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-03-03 16:21:31 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-03 16:21:31 +0800 |
commit | 28a5bc313a36d761a020ee26f1e011f91f36cbb2 (patch) | |
tree | d43a11513bd568ef5faa8446447f81eaf482e4f0 /modules/auth/auth_form.go | |
parent | 6bdfadf4a9a2f7c8082560381d28b3005efbf883 (diff) | |
download | gitea-28a5bc313a36d761a020ee26f1e011f91f36cbb2.tar.gz gitea-28a5bc313a36d761a020ee26f1e011f91f36cbb2.zip |
fix: gofmt errors. (#1106)
Diffstat (limited to 'modules/auth/auth_form.go')
-rw-r--r-- | modules/auth/auth_form.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go index 5dae55c1ef..338be53457 100644 --- a/modules/auth/auth_form.go +++ b/modules/auth/auth_form.go @@ -37,7 +37,7 @@ type AuthenticationForm struct { SkipVerify bool PAMServiceName string Oauth2Provider string - Oauth2Key string + Oauth2Key string Oauth2Secret string } |