Skip to content

Commit

Permalink
style: fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: Rodney Osodo <[email protected]>
  • Loading branch information
rodneyosodo committed Mar 3, 2025
1 parent 1caf9a7 commit b9852bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/api/http/keys/endpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func newService() (auth.Service, *mocks.KeyRepository) {
t := jwt.New([]byte(secret))
callback := new(mocks.CallBack)

return auth.New(krepo, pRepo,cache, hash, idProvider, t, pEvaluator, pService, loginDuration, refreshDuration, invalidDuration, callback), krepo
return auth.New(krepo, pRepo, cache, hash, idProvider, t, pEvaluator, pService, loginDuration, refreshDuration, invalidDuration, callback), krepo
}

func newServer(svc auth.Service) *httptest.Server {
Expand Down

0 comments on commit b9852bf

Please sign in to comment.