Skip to content

Commit 13fd80f

Browse files
committed
Fix lint issue.
1 parent 81db585 commit 13fd80f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cab-token-generator/javatests/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ public void fetchIntermediateCredentials() throws Exception {
136136
public void fetchIntermediateCredentials_withCustomUniverseDomain() throws IOException {
137137
String universeDomain = "foobar";
138138
GoogleCredentials sourceCredentials =
139-
getServiceAccountSourceCredentials(mockTokenServerTransportFactory).toBuilder()
139+
getServiceAccountSourceCredentials(mockTokenServerTransportFactory)
140+
.toBuilder()
140141
.setUniverseDomain(universeDomain)
141142
.build();
142143

0 commit comments

Comments
 (0)