aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/firstphasefeature.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/features/firstphasefeature.h')
-rw-r--r--searchlib/src/vespa/searchlib/features/firstphasefeature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/features/firstphasefeature.h b/searchlib/src/vespa/searchlib/features/firstphasefeature.h
index 6b6a2aaa292..8cde6457833 100644
--- a/searchlib/src/vespa/searchlib/features/firstphasefeature.h
+++ b/searchlib/src/vespa/searchlib/features/firstphasefeature.h
@@ -14,7 +14,7 @@ public:
bool isPure() override { return true; }
void execute(uint32_t docId) override;
};
-
+
/**
* Implements the blueprint for the first phase feature.
*/