Skip to content

Commit d4cd5ff

Browse files
committed
minor clean up
1 parent 871aa74 commit d4cd5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/org/asynchttpclient/netty/request/body/NettyBodyBody.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public long getContentLength() {
5555
@Override
5656
public String getContentType() {
5757
return null;
58-
};
58+
}
5959

6060
@Override
6161
public void write(final Channel channel, NettyResponseFuture<?> future) throws IOException {

0 commit comments

Comments
 (0)