You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ep...@apache.org on 2024/02/23 19:27:37 UTC

(solr) 02/02: formatting from backport of SOLR-17017

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 <ep...@opensourceconnections.com>
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 '"