Skip to content

Commit

Permalink
go fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmintel committed Apr 30, 2019
1 parent 6c7751e commit 3c2a1e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dex-auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"encoding/json"
"fmt"
"github.com/coreos/go-oidc"
"github.com/spf13/viper"
"github.com/spf13/cast"
"github.com/spf13/viper"
"golang.org/x/oauth2"
"io/ioutil"
"log"
Expand Down Expand Up @@ -50,8 +50,8 @@ func (cluster *Cluster) handleLogin(w http.ResponseWriter, r *http.Request) {

func (cluster *Cluster) handleCallback(w http.ResponseWriter, r *http.Request) {
var (
err error
token *oauth2.Token
err error
token *oauth2.Token
IdpCaPem string
)

Expand Down

0 comments on commit 3c2a1e0

Please sign in to comment.