Skip to content

Commit 4627006

Browse files
committed
refactor: lint new provider
1 parent 8b13d49 commit 4627006

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

selfservice/strategy/oidc/provider_riotgames.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ package oidc
66
import (
77
"context"
88
"encoding/json"
9+
"net/url"
10+
911
"github.com/hashicorp/go-retryablehttp"
1012
"github.com/pkg/errors"
1113
"golang.org/x/oauth2"
12-
"net/url"
1314

1415
"github.com/ory/herodot"
1516
"github.com/ory/x/httpx"

0 commit comments

Comments
 (0)