summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/benchmark/attributesearcher.h
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2023-04-30 11:35:20 +0200
committerGitHub <noreply@github.com>2023-04-30 11:35:20 +0200
commit7edb75eeee6e14684d31ec23bcab342de6378605 (patch)
tree68faee7e89833e12bc80c1777d6eefc62c85cc25 /searchlib/src/tests/attribute/benchmark/attributesearcher.h
parent592c38d1b1f85ebc2150354f23f3b64ca3be2159 (diff)
parentd50f67b95676259251d79e6cff3a6ce33282c096 (diff)
Merge pull request #26918 from vespa-engine/arnej/ws-cleanup-1
cleanup whitespace
Diffstat (limited to 'searchlib/src/tests/attribute/benchmark/attributesearcher.h')
-rw-r--r--searchlib/src/tests/attribute/benchmark/attributesearcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/attribute/benchmark/attributesearcher.h b/searchlib/src/tests/attribute/benchmark/attributesearcher.h
index ea2d7190f25..48120880223 100644
--- a/searchlib/src/tests/attribute/benchmark/attributesearcher.h
+++ b/searchlib/src/tests/attribute/benchmark/attributesearcher.h
@@ -67,7 +67,7 @@ protected:
vespalib::Timer _timer;
AttributeSearcherStatus _status;
std::thread _thread;
-
+
public:
AttributeSearcher(const AttributePtr & attrPtr)
: _attrPtr(attrPtr), _timer(), _status(), _thread()