mirror of https://github.com/grpc/grpc-java.git
google-java-format a line that was too long (#12147)
This commit is contained in:
parent
297ab05efe
commit
30f6a4db77
|
@ -300,7 +300,10 @@ public abstract class BinderTransport implements IBinder.DeathRecipient {
|
|||
|
||||
@Override
|
||||
public synchronized void binderDied() {
|
||||
shutdownInternal(Status.UNAVAILABLE.withDescription("Peer process crashed, exited or was killed (binderDied)"), true);
|
||||
shutdownInternal(
|
||||
Status.UNAVAILABLE.withDescription(
|
||||
"Peer process crashed, exited or was killed (binderDied)"),
|
||||
true);
|
||||
}
|
||||
|
||||
@GuardedBy("this")
|
||||
|
|
Loading…
Reference in New Issue