summaryrefslogtreecommitdiffstats
path: root/modules/auth/auth_form.go
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2017-03-03 16:21:31 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2017-03-03 16:21:31 +0800
commit28a5bc313a36d761a020ee26f1e011f91f36cbb2 (patch)
treed43a11513bd568ef5faa8446447f81eaf482e4f0 /modules/auth/auth_form.go
parent6bdfadf4a9a2f7c8082560381d28b3005efbf883 (diff)
downloadgitea-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.go2
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
}