You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by no...@apache.org on 2023/01/12 07:48:45 UTC

[solr] branch main updated: tidy

This is an automated email from the ASF dual-hosted git repository.

noble pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new ddecfe07204 tidy
ddecfe07204 is described below

commit ddecfe07204e004a7c55fbe589c67ee38d43edc5
Author: Noble Paul <no...@gmail.com>
AuthorDate: Thu Jan 12 18:48:33 2023 +1100

    tidy
---
 solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java b/solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java
index ac27f51e844..8ea9781e98f 100644
--- a/solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java
+++ b/solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java
@@ -109,6 +109,7 @@ public class TestCoordinatorRole extends SolrCloudTestCase {
       cluster.shutdown();
     }
   }
+
   public void testNRTRestart() throws Exception {
     // we restart jetty and expect to find on disk data - need a local fs directory
     useFactory(null);