Skip to content

Commit

Permalink
Please consider the following formatting changes (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Oct 23, 2024
1 parent c7dbdb1 commit 375c7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/ZDC/reconstruction/src/DigiReco.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void DigiReco::init()
}
}
}
}else{
} else {
// Fill mask to identify TDC channels
mTDCMask[itdc] = (0x1 << (4 * ropt.tmod[itdc] + ropt.tch[itdc]));
}
Expand Down

0 comments on commit 375c7b1

Please sign in to comment.