1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-09 20:17:21 +00:00

fix: gofmt errors. (#1106)

This commit is contained in:
Bo-Yi Wu
2017-03-03 16:21:31 +08:00
committed by Lunny Xiao
parent 6bdfadf4a9
commit 28a5bc313a
4 changed files with 20 additions and 18 deletions

View File

@ -37,7 +37,7 @@ type AuthenticationForm struct {
SkipVerify bool
PAMServiceName string
Oauth2Provider string
Oauth2Key string
Oauth2Key string
Oauth2Secret string
}