Skip to content

Commit 0b451fe

Browse files
committed
Please consider the following formatting changes
1 parent edd2ada commit 0b451fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

EventFiltering/Zorro.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,4 +310,5 @@ void Zorro::setupHelpers(int64_t timestamp)
310310
mBCranges.emplace_back(InteractionRecord::long2IR(std::min(helper.bcAOD, helper.bcEvSel)), InteractionRecord::long2IR(std::max(helper.bcAOD, helper.bcEvSel)));
311311
}
312312
mAccountedBCranges.resize(mBCranges.size(), false);
313-
}
313+
}
314+

0 commit comments

Comments
 (0)