Skip to content

Commit

Permalink
Fix line lengths
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanSachi committed Jan 7, 2024
1 parent f3cd6f9 commit 0f72561
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
*/
public class Http2TcpServerRSTStreamFrameForMultipleStreamsTest {

private static final Logger LOGGER = LoggerFactory.getLogger(Http2TcpServerRSTStreamFrameForMultipleStreamsTest.class);
private static final Logger LOGGER =
LoggerFactory.getLogger(Http2TcpServerRSTStreamFrameForMultipleStreamsTest.class);
private HttpClientConnector h2ClientWithPriorKnowledge;

@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
*/
public class Http2TcpServerRSTStreamFrameWhenReadingBodyForSingleStreamTest {

private static final Logger LOGGER = LoggerFactory.getLogger(Http2TcpServerRSTStreamFrameWhenReadingBodyForSingleStreamTest.class);
private static final Logger LOGGER =
LoggerFactory.getLogger(Http2TcpServerRSTStreamFrameWhenReadingBodyForSingleStreamTest.class);
private HttpClientConnector h2ClientWithPriorKnowledge;

@BeforeClass
Expand Down

0 comments on commit 0f72561

Please sign in to comment.