Skip to content

Commit 0996102

Browse files
committed
Fix formatting.
1 parent cf6c2ac commit 0996102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/InternalHttpAsyncExecRuntime.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ public Cancellable execute(
357357
"Execution pipeline queue limit reached (max=" + maxQueued + ")"));
358358
return Operations.nonCancellable();
359359
}
360-
final AsyncClientExchangeHandler actual = sharedQueued != null ? guard(exchangeHandler) : exchangeHandler;
360+
final AsyncClientExchangeHandler actual = sharedQueued != null ? guard(exchangeHandler) : exchangeHandler;
361361
if (endpoint.isConnected()) {
362362
if (log.isDebugEnabled()) {
363363
log.debug("{} start execution {}", ConnPoolSupport.getId(endpoint), id);

0 commit comments

Comments
 (0)