Skip to content

Commit 92e07fe

Browse files
committed
format.
1 parent 50c04b0 commit 92e07fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/InstantiatingGrpcChannelProvider.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,8 @@ private ManagedChannel createSingleChannel() throws IOException {
690690
channelCredentials =
691691
CompositeChannelCredentials.create(channelCredentials, mtlsS2ACallCredentials);
692692
}
693-
// Connect to the MTLS endpoint when using S2A because S2A is used to perform an MTLS handshake.
693+
// Connect to the MTLS endpoint when using S2A because S2A is used to perform an MTLS
694+
// handshake.
694695
builder = Grpc.newChannelBuilder(mtlsEndpoint, channelCredentials);
695696
} else {
696697
// Use default if we cannot initialize channel credentials via DCA or S2A.

0 commit comments

Comments
 (0)