aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/wand/weak_and_heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/queryeval/wand/weak_and_heap.h')
-rw-r--r--searchlib/src/vespa/searchlib/queryeval/wand/weak_and_heap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/queryeval/wand/weak_and_heap.h b/searchlib/src/vespa/searchlib/queryeval/wand/weak_and_heap.h
index a6e7d035aa7..f2997446ba1 100644
--- a/searchlib/src/vespa/searchlib/queryeval/wand/weak_and_heap.h
+++ b/searchlib/src/vespa/searchlib/queryeval/wand/weak_and_heap.h
@@ -7,7 +7,7 @@
#include <mutex>
namespace search::queryeval {
-
+
/**
* An interface used to insert scores into an underlying heap (or similar data structure)
* that can be shared between multiple search iterators.