Browse Source

gofmt (#1662)

tags/v1.2.0-rc1
Ethan Koenig 8 years ago committed by Lunny Xiao
parent
commit
a5f28a4544
  1. 2
      models/oauth2.go

2
models/oauth2.go

@ -6,6 +6,7 @@ package models
import (
"sort"
"code.gitea.io/gitea/modules/auth/oauth2"
)
@ -119,4 +120,3 @@ func wrapOpenIDConnectInitializeError(err error, providerName string, oAuth2Conf
}
return err
}

Loading…
Cancel
Save