Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 18, 2024
1 parent 08b125e commit 2a39606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TRestDetectorHitsEvent.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 2a39606

Please sign in to comment.