Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Jul 19, 2022
1 parent 1b04745 commit cbeb721
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -97,7 +97,8 @@ private void sendPrimeRequests(ManagedChannel managedChannel) throws IOException
try {
stub.pingAndWarmCallable().call(request);
} catch (Throwable e) {
// TODO: Not sure if we should swallow the error here. We are pre-emptively swapping channels if the new
// TODO: Not sure if we should swallow the error here. We are pre-emptively swapping
// channels if the new
// channel is bad.
if (e instanceof ExecutionException) {
e = e.getCause();
Expand Down

0 comments on commit cbeb721

Please sign in to comment.