Skip to content

Commit

Permalink
Megalinter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvindiiti committed Aug 7, 2024
1 parent f267523 commit a81fd66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PWGJE/Tasks/nucleiWithFastJet.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include "PWGJE/Core/FastJetUtilities.h"
#include "PWGJE/Core/JetDerivedDataUtilities.h"
#include "PWGJE/DataModel/Jet.h"
#include "PWGJE/JetFinders/jetfinder.cxx"

using namespace o2;
using namespace o2::framework;
Expand Down Expand Up @@ -754,7 +753,7 @@ struct nucleiWithFastJet {
} ////////////////////////////////////////
// within jet end
//////////////////////////////////////////
else {
else {

Check failure on line 756 in PWGJE/Tasks/nucleiWithFastJet.cxx

View workflow job for this annotation

GitHub Actions / PR formatting / whitespace

Trailing spaces

Remove the trailing spaces at the end of the line.
jetHist.fill(HIST("tracks/h2TPCsignVsTPCmomentum_OutJet"), trk.tpcInnerParam() / (1.f * trk.sign()), trk.tpcSignal());
if (addTOFplots && trk.hasTOF()) {
jetHist.fill(HIST("tracks/h2TOFbetaVsP_OutJet"), trk.p() / (1.f * trk.sign()), trk.beta());
Expand Down

0 comments on commit a81fd66

Please sign in to comment.