Remove trailing whitespace

Signed-off-by: Chris Harris <cjh@lbl.gov>
This commit is contained in:
Chris Harris 2026-01-15 20:37:30 +00:00
parent b317c061db
commit 581aca14b8
No known key found for this signature in database
GPG key ID: 9DAE9BAB4FBA0FEE

View file

@ -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