We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd51579 commit 8aadd54Copy full SHA for 8aadd54
PWGJE/Tasks/recoilJets.cxx
@@ -161,7 +161,7 @@ struct RecoilJets {
161
template <typename AxisObject>
162
struct AxisDesc {
163
AxisDesc(const char* label_, const AxisObject& axis_, const std::string& axisName_ = "")
164
- : label(label_), axis(axis_), axisName(axisName_){}
+ : label(label_), axis(axis_), axisName(axisName_) {}
165
166
const char* label; // "FT0C" / "FT0M"
167
const AxisObject& axis; // AxisSpec or ConfigurableAxis
0 commit comments