Skip to content

Commit

Permalink
#8993: fix checkstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
  • Loading branch information
lorban committed Dec 6, 2022
1 parent 71ef063 commit 09a2036
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
public class MockHttpStream implements HttpStream
{
private static final Throwable SUCCEEDED = new Throwable();
private static final Content.Chunk DEMAND = new Content.Chunk() {
private static final Content.Chunk DEMAND = new Content.Chunk()
{
@Override
public ByteBuffer getByteBuffer()
{
Expand Down

0 comments on commit 09a2036

Please sign in to comment.