Skip to content

Commit c0ee04e

Browse files
committed
Please consider the following formatting changes
1 parent 8e45335 commit c0ee04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/Tasks/flowGfwOmegaXi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ struct FlowGfwOmegaXi {
892892

893893
// event selection
894894
template <typename TCollision>
895-
bool eventSelected(TCollision collision, const float centrality , float interactionRate = -1)
895+
bool eventSelected(TCollision collision, const float centrality, float interactionRate = -1)
896896
{
897897
if (evtSeleOpts.cfgDoTVXinTRD.value && collision.alias_bit(kTVXinTRD)) {
898898
// TRD triggered

0 commit comments

Comments
 (0)