Skip to content

Commit 8aadd54

Browse files
committed
[PWGJE] Fix clang
1 parent cd51579 commit 8aadd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/recoilJets.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ struct RecoilJets {
161161
template <typename AxisObject>
162162
struct AxisDesc {
163163
AxisDesc(const char* label_, const AxisObject& axis_, const std::string& axisName_ = "")
164-
: label(label_), axis(axis_), axisName(axisName_){}
164+
: label(label_), axis(axis_), axisName(axisName_) {}
165165

166166
const char* label; // "FT0C" / "FT0M"
167167
const AxisObject& axis; // AxisSpec or ConfigurableAxis

0 commit comments

Comments
 (0)