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 Nov 15, 2024
1 parent 7c833e4 commit 36627d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/RMGDetectorMetadata.hh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ enum RMGDetectorType {
};

struct RMGDetectorMetadata {
RMGDetectorType type;
int uid;
std::string name;
RMGDetectorType type;
int uid;
std::string name;
};

#endif
Expand Down

0 comments on commit 36627d9

Please sign in to comment.