summaryrefslogtreecommitdiffstats
path: root/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h')
-rw-r--r--searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h b/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
index 65dd8cc1f3f..bded09143ab 100644
--- a/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
+++ b/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
@@ -7,8 +7,7 @@
#include <vespa/vespalib/util/syncable.h>
#include <vespa/searchlib/common/isequencedtaskexecutor.h>
-namespace searchcorespi {
-namespace index {
+namespace searchcorespi::index {
/**
* Interface for the thread model used for write tasks.
@@ -62,5 +61,4 @@ struct IThreadingService : public vespalib::Syncable
virtual search::ISequencedTaskExecutor &attributeFieldWriter() = 0;
};
-} // namespace index
-} // namespace searchcorespi
+}