1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-07-25 04:29:40 +02: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
}