Skip to content

Commit e93a0b0

Browse files
committed
Fix MegaLinter complaints
1 parent db9fb7c commit e93a0b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/Tasks/Nuspex/nucleiFlow.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "Framework/runDataProcessing.h"
1919
#include "Framework/HistogramRegistry.h"
2020
#include "Framework/ASoAHelpers.h"
21-
#include <Framework/Configurable.h>
21+
#include "Framework/Configurable.h"
2222
#include "DataFormatsTPC/BetheBlochAleph.h"
2323
#include "PWGLF/DataModel/LFSlimNucleiTables.h"
2424
#include "Common/Core/EventPlaneHelper.h"
@@ -81,7 +81,7 @@ enum kDetector {
8181
kTPCpos = 4,
8282
kTPCneg = 5
8383
};
84-
}
84+
} // namespace flow
8585

8686
struct nucleiFlow {
8787

0 commit comments

Comments
 (0)