Skip to content
Prev Previous commit
Next Next commit
spotless apply
  • Loading branch information
moarychan committed Jan 6, 2025
commit a7d7c6754fe8468789b38000703317b5bbe49e52
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ public TokenCredential get(TokenCredentialProviderOptions options) {
}

private static TokenCredential getOrCreate(Map<String, TokenCredential> cache,
TokenCredentialProviderOptions options,
TokenCredentialProvider delegate,
Function<TokenCredentialProvider, TokenCredential> fn) {
TokenCredentialProviderOptions options, TokenCredentialProvider delegate,
Function<TokenCredentialProvider, TokenCredential> fn) {
String tokenCredentialCacheKey = convertToTokenCredentialCacheKey(options);

if (cache.containsKey(tokenCredentialCacheKey)) {
Expand Down
Loading