Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Oct 23, 2023
1 parent fad1f50 commit 91c8bc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class OAuth2CredentialsSpec
}

val testableCredentials = new OAuth2Credentials("dummyProject") {
override protected def getAccessToken()(@unused implicit mat: Materializer,
override protected def getAccessToken()(implicit @unused mat: Materializer,
@unused settings: RequestSettings,
@unused clock: Clock): Future[AccessToken] =
AccessTokenProvider.accessTokenPromise.future
Expand Down

0 comments on commit 91c8bc3

Please sign in to comment.