Skip to content

Commit e02de92

Browse files
committed
please linter
1 parent 1a85951 commit e02de92

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cli/auth/oidc.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,14 @@ func NewOIDC(
4444
clientID string,
4545
issuerEndpoint string,
4646
client userv1alpha1.UserServiceClient,
47-
) (*OIDC, error) {
48-
47+
) *OIDC {
4948
return &OIDC{
5049
logger: logger,
5150
issuerEndpoint: issuerEndpoint,
5251
clientID: clientID,
5352
state: state,
5453
userClient: client,
55-
}, nil
54+
}
5655
}
5756

5857
type OIDC struct {

0 commit comments

Comments
 (0)