From 3ac2e55fd118b024ef99f841413d6a8b73525da9 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 20:29:42 +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;