Skip to content

Commit 60efd84

Browse files
committed
Fix style.
1 parent fdc6e94 commit 60efd84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netty/src/main/java/io/grpc/netty/NettyClientTransport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ public ClientStream newStream(
200200
if (GrpcUtil.getFlag("GRPC_ENABLE_PER_RPC_AUTHORITY_CHECK", false)) {
201201
return new FailingClientStream(verificationStatus, tracers);
202202
}
203-
channelLogger.log(ChannelLogger.ChannelLogLevel.WARNING, "Authority '{}' specified via call" +
204-
" options for rpc did not match peer certificate's subject names.");
203+
channelLogger.log(ChannelLogger.ChannelLogLevel.WARNING, "Authority '{}' specified via "
204+
+ "call options for rpc did not match peer certificate's subject names.");
205205
}
206206
}
207207
StatsTraceContext statsTraceCtx =

0 commit comments

Comments
 (0)