Skip to content

Commit fd74e1d

Browse files
author
Priyank Bagrecha
committed
fix style
Signed-off-by: Priyank Bagrecha <pbagrecha@roku.com>
1 parent 105e9f5 commit fd74e1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/opensearch/security/auth/BackendRegistry.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,7 @@ && isBlocked(((InetSocketAddress) request.getHttpChannel().getRemoteAddress()).g
283283
if (authDomain.isChallenge() && httpAuthenticator.reRequestAuthentication(channel, null)) {
284284
auditLog.logFailedLogin("<NONE>", false, null, request);
285285
if (isTraceEnabled) {
286-
log.trace(
287-
"No 'Authorization' header, send 401 and 'WWW-Authenticate Basic'");
286+
log.trace("No 'Authorization' header, send 401 and 'WWW-Authenticate Basic'");
288287
}
289288
return false;
290289
} else {

0 commit comments

Comments
 (0)