Skip to content

Commit

Permalink
DPL: fix clang-tidy autocorrect mistake. (AliceO2Group#10122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Oct 20, 2022
1 parent 9922c43 commit dd1166c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/AnalysisSupport/src/DataInputDirector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ std::vector<std::string> getColumnNames(o2::header::DataHeader dh)
auto origin = std::string(dh.dataOrigin.str);

// default: column names = {}
return {{}};
return {};
}

namespace o2::framework
Expand Down

0 comments on commit dd1166c

Please sign in to comment.