This is an automated email from the ASF dual-hosted git repository. epugh pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 5e7ebc6ec4b666b38bab7af92f4405e5b6e6f8af Author: Eric Pugh <[email protected]> AuthorDate: Fri Feb 23 14:27:29 2024 -0500 formatting from backport of SOLR-17017 --- solr/core/src/java/org/apache/solr/cli/RunExampleTool.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/solr/core/src/java/org/apache/solr/cli/RunExampleTool.java b/solr/core/src/java/org/apache/solr/cli/RunExampleTool.java index f6e81b57af5..dd3588ce706 100644 --- a/solr/core/src/java/org/apache/solr/cli/RunExampleTool.java +++ b/solr/core/src/java/org/apache/solr/cli/RunExampleTool.java @@ -264,8 +264,7 @@ public class RunExampleTool extends ToolBase { boolean alreadyExists = false; boolean cloudMode = nodeStatus.get("cloud") != null; if (cloudMode) { - if (SolrCLI.safeCheckCollectionExists( - solrUrl, collectionName))) { + if (SolrCLI.safeCheckCollectionExists(solrUrl, collectionName)) { alreadyExists = true; echo( "\nWARNING: Collection '"
