Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Dec 18, 2024
1 parent 6ef6791 commit 7b4669f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Common/TableProducer/Converters/run2tracksExtraConverter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ struct Run2TracksExtraConverter {
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
{
return WorkflowSpec{
adaptAnalysisTask<Run2TracksExtraConverter>(cfgc)
};
adaptAnalysisTask<Run2TracksExtraConverter>(cfgc)};
}

0 comments on commit 7b4669f

Please sign in to comment.