Skip to content

Commit

Permalink
Run format script
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayati committed Jan 2, 2025
1 parent 6cf7698 commit 20005dc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ public void fetchIntermediateCredentials() throws Exception {
public void fetchIntermediateCredentials_withCustomUniverseDomain() throws IOException {
String universeDomain = "foobar";
GoogleCredentials sourceCredentials =
getServiceAccountSourceCredentials(mockTokenServerTransportFactory).toBuilder()
getServiceAccountSourceCredentials(mockTokenServerTransportFactory)
.toBuilder()
.setUniverseDomain(universeDomain)
.build();

Expand Down

0 comments on commit 20005dc

Please sign in to comment.