Skip to content

Commit 1ec515a

Browse files
authored
Please consider the following formatting changes (#13)
1 parent bc62ef0 commit 1ec515a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

PWGHF/HFC/Tasks/taskFlow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ struct HfTaskFlow {
113113
void init(o2::framework::InitContext&)
114114
{
115115
// EVENT HISTOGRAMS
116-
constexpr int kNBinsEvents = 3;
116+
constexpr int kNBinsEvents = 3;
117117
registry.add("hEventCounter", "hEventCounter", {HistType::kTH1F, {{kNBinsEvents, 0.5, 0.5 + kNBinsEvents}}});
118118
// set axes of the event counter histogram
119119
std::string labels[kNBinsEvents];

PWGHF/TableProducer/candidateCreatorDstar.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
///
1515
/// \author Vít Kučera <vit.kucera@cern.ch>, CERN
1616

17-
1817
// #include "Common/Core/trackUtilities.h"
1918
// #include "DetectorsVertexing/DCAFitterN.h"
2019
#include "Framework/AnalysisTask.h"

0 commit comments

Comments
 (0)