Skip to content

Commit b614a31

Browse files
authored
Please consider the following formatting changes (#38)
1 parent c255db4 commit b614a31

File tree

2 files changed

+1
-2
lines changed
  • Detectors/Upgrades/ALICE3
    • IOTOF/DataFormatsIOTOF/include/DataFormatsIOTOF
    • TRK/simulation/src

2 files changed

+1
-2
lines changed

Detectors/Upgrades/ALICE3/IOTOF/DataFormatsIOTOF/include/DataFormatsIOTOF/Digit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Digit : public o2::itsmft::Digit
2929
Digit() = default;
3030
~Digit() = default;
3131
Digit(UShort_t chipindex = 0, UShort_t row = 0, UShort_t col = 0, Int_t charge = 0, double time = 0.)
32-
: o2::itsmft::Digit(chipindex, row, col, charge), mTime(time) {};
32+
: o2::itsmft::Digit(chipindex, row, col, charge), mTime(time){};
3333

3434
// Setters
3535
void setTime(double time) { mTime = time; }

Detectors/Upgrades/ALICE3/TRK/simulation/src/Hit.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@
1313
/// \brief Implementation of the Hit class
1414

1515
#include "TRKSimulation/Hit.h"
16-

0 commit comments

Comments
 (0)