Skip to content

Commit d2d8181

Browse files
committed
Please consider the following formatting changes
1 parent d141b09 commit d2d8181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGMM/Lumi/Tasks/lumiStability.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,8 +635,8 @@ struct LumiStabilityTask {
635635
auto sideCPast = fddPast.chargeC();
636636
std::vector<int> channelAPast;
637637
std::vector<int> channelCPast;
638-
int maxNChanels = 8
639-
for (auto i = 0; i < maxNChanels; i++) {
638+
int maxNChanels = 8 for (auto i = 0; i < maxNChanels; i++)
639+
{
640640
if (sideAPast[i] > 0) {
641641
channelAPast.push_back(i);
642642
}

0 commit comments

Comments
 (0)