aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2023-04-30 09:33:19 +0000
committerArne Juul <arnej@yahooinc.com>2023-04-30 09:33:19 +0000
commitd50f67b95676259251d79e6cff3a6ce33282c096 (patch)
tree68faee7e89833e12bc80c1777d6eefc62c85cc25 /searchlib/src/tests
parent592c38d1b1f85ebc2150354f23f3b64ca3be2159 (diff)
cleanup whitespace
Diffstat (limited to 'searchlib/src/tests')
-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()