Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 2, 2024
1 parent 7516259 commit 81a65c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RMGGeneratorMUSUNCosmicMuons.hh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class RMGGeneratorMUSUNCosmicMuons : public RMGVGenerator {
RMGGeneratorMUSUNCosmicMuons& operator=(RMGGeneratorMUSUNCosmicMuons&&) = delete;

void GeneratePrimaries(G4Event* event);
virtual void SetParticlePosition(G4ThreeVector vec) override{};
virtual void SetParticlePosition(G4ThreeVector vec) override {};


void BeginOfRunAction(const G4Run*);
Expand Down

0 comments on commit 81a65c3

Please sign in to comment.