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

alsay pushed a commit to branch quotient-filter
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/quotient-filter by this push:
     new 8a8bfbc9 removed whitespace
8a8bfbc9 is described below

commit 8a8bfbc97735614b53e246282553ab3ec9a5235e
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Thu May 30 17:10:05 2024 -0700

    removed whitespace
---
 .../org/apache/datasketches/filters/quotientfilter/QuotientFilter.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/datasketches/filters/quotientfilter/QuotientFilter.java
 
b/src/main/java/org/apache/datasketches/filters/quotientfilter/QuotientFilter.java
index f890f53b..0a8923ac 100644
--- 
a/src/main/java/org/apache/datasketches/filters/quotientfilter/QuotientFilter.java
+++ 
b/src/main/java/org/apache/datasketches/filters/quotientfilter/QuotientFilter.java
@@ -390,7 +390,7 @@ public class QuotientFilter extends Filter {
     boolean insert_new_run(long canonical_slot, long long_fp) {
         long start_of_this_new_run = find_run_start(canonical_slot);
         boolean slot_initially_empty = is_slot_empty(start_of_this_new_run);
-        
+
         // modify some metadata flags to mark the new run
         set_occupied(canonical_slot, true);
         if (start_of_this_new_run != canonical_slot) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to