Skip to content

Commit 30537de

Browse files
committed
clang format
1 parent 13a2aa1 commit 30537de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGCF/Flow/Tasks/flowGfwEse.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,7 @@ struct FlowGfwEse {
324324
{kCentFV0A, "FV0A"},
325325
{kCentNTPV, "NTPV"},
326326
{kCentNGlobal, "NGlobals"},
327-
{kCentMFT, "MFT"}
328-
};
327+
{kCentMFT, "MFT"}};
329328

330329
sCentralityEstimator = centEstimatorMap.count(cfgCentEstimator) ? centEstimatorMap[cfgCentEstimator] : "FT0C";
331330
sCentralityEstimator += " centrality (%)";

0 commit comments

Comments
 (0)