Commit 74f4e749 authored by Maarten den Braber's avatar Maarten den Braber Committed by mdbraber

Formatting

parent d7750b1e
...@@ -2,8 +2,8 @@ package server ...@@ -2,8 +2,8 @@ package server
import ( import (
"context" "context"
"encoding/json"
"encoding/base64" "encoding/base64"
"encoding/json"
"errors" "errors"
"fmt" "fmt"
"net/http" "net/http"
...@@ -1079,7 +1079,7 @@ func (s *Server) handleUserInfo(w http.ResponseWriter, r *http.Request) { ...@@ -1079,7 +1079,7 @@ func (s *Server) handleUserInfo(w http.ResponseWriter, r *http.Request) {
w.Header().Set("Content-Type", "application/json") w.Header().Set("Content-Type", "application/json")
w.Write(verified) w.Write(verified)
} }
func (s *Server) verify(token string) ([]byte, error) { func (s *Server) verify(token string) ([]byte, error) {
keys, err := s.storage.GetKeys() keys, err := s.storage.GetKeys()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment