mirror of
https://github.com/davidallendj/opaal.git
synced 2026-06-03 08:31:52 -06:00
Remove trailing whitespace
Signed-off-by: Chris Harris <cjh@lbl.gov>
This commit is contained in:
parent
b317c061db
commit
581aca14b8
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ func (s *Server) StartLogin(clients []oauth.Client, params ServerParams) error {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
r.HandleFunc("/keys", func(w http.ResponseWriter, r *http.Request) {
|
r.HandleFunc("/keys", func(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
||||||
var (
|
var (
|
||||||
p = params.AuthProvider
|
p = params.AuthProvider
|
||||||
jwks []byte
|
jwks []byte
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue