Skip to content

Commit a5be96f

Browse files
committed
Please consider the following formatting changes
1 parent 89d8c54 commit a5be96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventFiltering/PWGHF/HFFilter.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ struct HfFilter { // Main struct for HF triggers
274274
auto ptBins = option.defaultValue.get<double*>();
275275
double lastEl{-1.e6};
276276
int iPt{0};
277-
while (ptBins[iPt] > lastEl) {
277+
while (ptBins[iPt] > lastEl) {
278278
ptBinsDsSkimCreator.push_back(ptBins[iPt]);
279279
iPt++;
280280
lastEl = ptBins[iPt];

0 commit comments

Comments
 (0)