Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
Signed-off-by: Pradeep Mudlapur <[email protected]>
  • Loading branch information
mdpradeep committed Oct 21, 2023
1 parent b3e5bf5 commit 522e0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/oidc/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import (
"golang.org/x/oauth2"

"github.com/dexidp/dex/connector"
groups_pkg "github.com/dexidp/dex/pkg/groups"
"github.com/dexidp/dex/pkg/httpclient"
"github.com/dexidp/dex/pkg/log"
groups_pkg "github.com/dexidp/dex/pkg/groups"
)

// Config holds configuration options for OpenID Connect logins.
Expand Down

0 comments on commit 522e0c9

Please sign in to comment.