Skip to content

Commit 5567c94

Browse files
committed
Remove extra blank line
Signed-off-by: Daniel Kec <[email protected]>
1 parent b9ff7fd commit 5567c94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webclient/http2/src/main/java/io/helidon/webclient/http2/Http2ClientConnection.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public class Http2ClientConnection {
9494
private Future<?> handleTask;
9595
private final AtomicReference<State> state = new AtomicReference<>(State.OPEN);
9696

97-
9897
Http2ClientConnection(Http2ClientImpl http2Client, ClientConnection connection) {
9998
this.protocolConfig = http2Client.protocolConfig();
10099
this.clientConfig = http2Client.clientConfig();

0 commit comments

Comments
 (0)