Skip to content

Commit 9ad91c2

Browse files
committed
[PWGDQ] fixed clang format error
1 parent 1fb819f commit 9ad91c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGDQ/Tasks/mftMchMatcher.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//
1212
/// \file mftMchMatcher.cxx
1313
/// \brief MFT-MCH matching tool for data preparation
14-
14+
//
1515
#include "PWGDQ/Core/VarManager.h"
1616

1717
#include "Common/CCDB/TriggerAliases.h"
@@ -410,7 +410,7 @@ struct mftMchMatcher {
410410
hMatchType->GetXaxis()->SetBinLabel(6, "wrong (non leading)");
411411
hMatchType->GetXaxis()->SetBinLabel(7, "decay (non leading)");
412412
hMatchType->GetXaxis()->SetBinLabel(8, "fake (non leading)");
413-
}
413+
}
414414

415415
template <typename TMuons>
416416
void fillBestMuonMatches(TMuons const& muons)

0 commit comments

Comments
 (0)