Skip to content

Commit ca338bb

Browse files
committed
Run formatter to resolve lint errors
1 parent a6d8b94 commit ca338bb

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
@@ -149,7 +149,8 @@ public void fetchIntermediateCredentials() throws Exception {
149149
public void fetchIntermediateCredentials_withCustomUniverseDomain() throws IOException {
150150
String universeDomain = "foobar";
151151
GoogleCredentials sourceCredentials =
152-
getServiceAccountSourceCredentials(mockTokenServerTransportFactory).toBuilder()
152+
getServiceAccountSourceCredentials(mockTokenServerTransportFactory)
153+
.toBuilder()
153154
.setUniverseDomain(universeDomain)
154155
.build();
155156

0 commit comments

Comments
 (0)