You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2021/10/11 23:52:13 UTC

[lucene] 02/02: Format changes

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

mayya pushed a commit to branch hnsw
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 43083edfdb41fe650da0201cb080a6d3e13056d3
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Mon Oct 11 19:49:29 2021 -0400

    Format changes
---
 lucene/core/src/test/org/apache/lucene/util/hnsw/TestHnswGraph.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lucene/core/src/test/org/apache/lucene/util/hnsw/TestHnswGraph.java b/lucene/core/src/test/org/apache/lucene/util/hnsw/TestHnswGraph.java
index 9fd6838..8b05096 100644
--- a/lucene/core/src/test/org/apache/lucene/util/hnsw/TestHnswGraph.java
+++ b/lucene/core/src/test/org/apache/lucene/util/hnsw/TestHnswGraph.java
@@ -530,7 +530,6 @@ public class TestHnswGraph extends LuceneTestCase {
     }
   }
 
-
   /**
    * Generate a random bitset where before startIndex all bits are set, and after startIndex each
    * entry has a 2/3 probability of being set.