Skip to content

Commit 68c67f9

Browse files
committed
Please consider the following formatting changes
1 parent 43bd1fe commit 68c67f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Detectors/Upgrades/ALICE3/IOTOF/DataFormatsIOTOF/include/DataFormatsIOTOF

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
public:
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; }

0 commit comments

Comments
 (0)