Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
daniyaalk committed Oct 28, 2024
1 parent 55b0d81 commit e5b99ae
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ private void performOneConcurrentOutgoingRequest(DegresslyRequest degresslyReque
log.error("Error while executing incoming request: ", e);
}
}
previousIncomingRequestFuture = incomingExecutorService
.submit(() -> handleIncomingRequest(degresslyRequest));
previousIncomingRequestFuture = incomingExecutorService.submit(() -> handleIncomingRequest(degresslyRequest));
}

private void handleIncomingRequest(DegresslyRequest degresslyRequest) {
Expand Down

0 comments on commit e5b99ae

Please sign in to comment.