Skip to content

Commit 23580e9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0d52616 commit 23580e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/TRestGeant4ParticleSource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ class TRestGeant4ParticleSource : public TRestGeant4Particle, public TRestMetada
6767

6868
inline TVector3 GetDirection() const {
6969
if (fDirection.Mag() <= 0) {
70-
std::cout << "TRestGeant4ParticleSource::GetDirection: "
71-
<< "Direction cannot be the zero vector" << std::endl;
70+
std::cout << "TRestGeant4ParticleSource::GetDirection: " << "Direction cannot be the zero vector"
71+
<< std::endl;
7272
exit(1);
7373
}
7474
return fDirection;

0 commit comments

Comments
 (0)