Skip to content

Commit

Permalink
chore: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 1, 2020
1 parent bf98b54 commit b9de9e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions selfservice/strategy/profile/strategy.go
Expand Up @@ -5,7 +5,6 @@ import (
"encoding/json"
"net/http"
"net/url"
"reflect"

"github.com/gofrs/uuid"
"github.com/julienschmidt/httprouter"
Expand Down Expand Up @@ -34,7 +33,6 @@ const (
)

var _ settings.Strategy = new(Strategy)
var pkgName = reflect.TypeOf(Strategy{}).PkgPath()

type (
strategyDependencies interface {
Expand Down

0 comments on commit b9de9e7

Please sign in to comment.