From 2a39606a85fae60dde5b891374062c6548461cdf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:19:54 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/TRestDetectorHitsEvent.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TRestDetectorHitsEvent.cxx b/src/TRestDetectorHitsEvent.cxx index 5e800739..c2ddfa98 100644 --- a/src/TRestDetectorHitsEvent.cxx +++ b/src/TRestDetectorHitsEvent.cxx @@ -148,8 +148,8 @@ void TRestDetectorHitsEvent::Sort(bool(compareCondition)(const TRestHits::iterat std::sort(fHits->begin(), fHits->end(), compareCondition); } #else - std::cout << "TRestDetectorHitsEvent::Sort is not implemented on MacOs!!" << std::endl; - std::cout << "This method implementation should be reviewed for proper operation in Mac" << std::endl; + std::cout << "TRestDetectorHitsEvent::Sort is not implemented on MacOs!!" << std::endl; + std::cout << "This method implementation should be reviewed for proper operation in Mac" << std::endl; #endif }