Skip to content

Commit 71e29d2

Browse files
committed
Fixed whiteline error
1 parent 5de43d5 commit 71e29d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGDQ/Tasks/qaMatching.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ struct qaMatching {
360360
histName = path + "pt_pdg_num";
361361
histTitle = title + " vs. p_{T} vs pdg ID - num";
362362
pt_pdg_num = registry.add(histName.c_str(), histTitle.c_str(), {HistType::kTH2F, {pTAxis, motherPDGAxis}});
363-
364363

365364
histName = path + "pt_pdg_den";
366365
histTitle = title + " vs. p_{T} vs pdg ID - den";

0 commit comments

Comments
 (0)