Skip to content

Commit

Permalink
remove unnecessary return (alibaba#5626)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyann authored May 10, 2021
1 parent d26689a commit 6afcb05
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ public void request(Payload grpcRequest, StreamObserver<Payload> responseObserve
traceIfNecessary(payloadResponse, false);
responseObserver.onNext(payloadResponse);
responseObserver.onCompleted();
return;
}

}
Expand Down

0 comments on commit 6afcb05

Please sign in to comment.