Skip to content

Commit 30f6a4d

Browse files
authored
google-java-format a line that was too long (#12147)
1 parent 297ab05 commit 30f6a4d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

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

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

306309
@GuardedBy("this")

0 commit comments

Comments
 (0)