Skip to content

Commit

Permalink
Fix lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayati committed Dec 19, 2024
1 parent 81db585 commit 13fd80f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,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 13fd80f

Please sign in to comment.