From a46223e620e7f0604c9b255c3cd9b3c87ba151b4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:24:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- inc/TRestRawPeaksFinderProcess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/TRestRawPeaksFinderProcess.h b/inc/TRestRawPeaksFinderProcess.h index 5a0bbee..2431271 100644 --- a/inc/TRestRawPeaksFinderProcess.h +++ b/inc/TRestRawPeaksFinderProcess.h @@ -47,7 +47,7 @@ class TRestRawPeaksFinderProcess : public TRestEventProcess { const char* GetProcessName() const override { return "peaksFinder"; } - explicit TRestRawPeaksFinderProcess(const char* configFilename) {}; + explicit TRestRawPeaksFinderProcess(const char* configFilename){}; void InitFromConfigFile() override;