summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/proton/proton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/apps/proton/proton.cpp')
-rw-r--r--searchcore/src/apps/proton/proton.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/searchcore/src/apps/proton/proton.cpp b/searchcore/src/apps/proton/proton.cpp
index 8f2be3257fc..8709b0d01b1 100644
--- a/searchcore/src/apps/proton/proton.cpp
+++ b/searchcore/src/apps/proton/proton.cpp
@@ -124,11 +124,9 @@ public:
int64_t getGeneration() const override;
};
-ProtonServiceLayerProcess::ProtonServiceLayerProcess(const config::ConfigUri &
- configUri,
+ProtonServiceLayerProcess::ProtonServiceLayerProcess(const config::ConfigUri & configUri,
proton::Proton & proton,
- PersistenceProvider *
- downPersistence)
+ PersistenceProvider * downPersistence)
: ServiceLayerProcess(configUri),
_proton(proton),
_metricManager(nullptr),