Skip to content

Commit f0cea14

Browse files
committed
Fix: fix linter error
1 parent cd8fd17 commit f0cea14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Femto/Core/pairHistManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ class PairHistManager
507507
break;
508508
default:
509509
mMt = std::hypot(mKt, mPdgAverageMass);
510-
};
510+
}
511511
}
512512

513513
o2::framework::HistogramRegistry* mHistogramRegistry = nullptr;

0 commit comments

Comments
 (0)