Fizell commented on code in PR #1845:
URL:
https://github.com/apache/incubator-hugegraph/pull/1845#discussion_r857137398
##########
hugegraph-api/src/main/java/com/baidu/hugegraph/auth/WsAndHttpBasicAuthHandler.java:
##########
@@ -155,7 +151,7 @@ public void channelRead(ChannelHandlerContext ctx, Object
msg) {
private void sendError(ChannelHandlerContext ctx, Object msg) {
// Close the connection as soon as the error message is sent.
ctx.writeAndFlush(new DefaultFullHttpResponse(HTTP_1_1,
UNAUTHORIZED))
- .addListener(ChannelFutureListener.CLOSE);
+ .addListener(ChannelFutureListener.CLOSE);
Review Comment:
but the current style check specify that the code indented in multiples of
4,so we need to decide which style to use
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]