From 953300db897b4bbff6fc1cbb3608aae035abe4c3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 23:04:51 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- inc/TRestGeant4ParticleSource.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/TRestGeant4ParticleSource.h b/inc/TRestGeant4ParticleSource.h index d9086c1..8c29c75 100644 --- a/inc/TRestGeant4ParticleSource.h +++ b/inc/TRestGeant4ParticleSource.h @@ -67,8 +67,8 @@ class TRestGeant4ParticleSource : public TRestGeant4Particle, public TRestMetada inline TVector3 GetDirection() const { if (fDirection.Mag() <= 0) { - std::cout << "TRestGeant4ParticleSource::GetDirection: " - << "Direction cannot be the zero vector" << std::endl; + std::cout << "TRestGeant4ParticleSource::GetDirection: " << "Direction cannot be the zero vector" + << std::endl; exit(1); } return fDirection;