Skip to content

Commit 9a24c16

Browse files
committed
google-java-format a line that was too long
1 parent efe9ccc commit 9a24c16

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

binder/src/main/java/io/grpc/binder/internal/BinderTransport.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,10 @@ protected boolean setOutgoingBinder(OneWayBinderProxy binder) {
299299

300300
@Override
301301
public synchronized void binderDied() {
302-
shutdownInternal(Status.UNAVAILABLE.withDescription("Peer process crashed, exited or was killed (binderDied)"), true);
302+
shutdownInternal(
303+
Status.UNAVAILABLE.withDescription(
304+
"Peer process crashed, exited or was killed (binderDied)"),
305+
true);
303306
}
304307

305308
@GuardedBy("this")

0 commit comments

Comments
 (0)