File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
PWGLF/TableProducer/Strangeness Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -505,10 +505,10 @@ struct StrangenessBuilder {
505505 for (auto const & input : device.inputs ) {
506506 if (device.name .compare (" strangenessbuilder-initializer" ) == 0 )
507507 continue ; // don't listen to the initializer
508- if (DataSpecUtils::partialMatch (input.matcher , o2::header::DataOrigin (" AOD" ))){
508+ if (DataSpecUtils::partialMatch (input.matcher , o2::header::DataOrigin (" AOD" ))) {
509509 auto && [origin, description, version] = DataSpecUtils::asConcreteDataMatcher (input.matcher );
510- std::string tableNameWithVersion = tableNames[i];
511- if (version> 0 ) {
510+ std::string tableNameWithVersion = tableNames[i];
511+ if (version > 0 ) {
512512 tableNameWithVersion += Form (" _%03d" , version);
513513 }
514514 if (input.matcher .binding == tableNameWithVersion) {
You can’t perform that action at this time.
0 commit comments