Skip to content

Commit 99b2b8c

Browse files
author
Pengchong Hu
committed
fix for linter
1 parent 091c4bd commit 99b2b8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/MultiparticleCorrelations/Tasks/multiharmonicCorrelations.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ struct MultiharmonicCorrelations { // this name is used in lower-case format to
258258
LOGF(info, "bFileIsInCCDB= %d", bFileIsInCCDB);
259259

260260
if (bFileIsInAliEn) {
261-
TGrid* alien = TGrid::Connect("alien", gSystem->Getenv("USER"), "", ""); // do not forget to add #include <TGrid.h> to the preamble of your analysis task
261+
const TGrid* alien = TGrid::Connect("alien", gSystem->Getenv("USER"), "", ""); // do not forget to add #include <TGrid.h> to the preamble of your analysis task
262262
if (!alien) {
263263
LOGF(fatal, "\033[1;31m%s at line %d\033[0m", __FUNCTION__, __LINE__);
264264
}

0 commit comments

Comments
 (0)