Skip to content

Commit

Permalink
Run tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
malliaridis committed Nov 9, 2024
1 parent 07186d8 commit d641605
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions solr/core/src/java/org/apache/solr/cli/AuthTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ private void handleBasicAuth(CommandLine cli) throws Exception {
includeFile.toPath(), basicAuthConfFile.getAbsolutePath(), null);
final String successMessage =
String.format(
Locale.ROOT,
"Successfully enabled basic auth with username [%s].",
username);
Locale.ROOT, "Successfully enabled basic auth with username [%s].", username);
echo(successMessage);
return;
case "disable":
Expand Down

0 comments on commit d641605

Please sign in to comment.