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 Nov 26, 2024
1 parent 7a227d2 commit 5f5f97e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
tasks.emplace_back(adaptAnalysisTask<Charged1JetDataMatchingDupliacates>(cfgc, SetDefaultProcesses{}, TaskName{"jet-matching-data-ch-1"}));
return WorkflowSpec{tasks};
}

Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
tasks.emplace_back(adaptAnalysisTask<Charged1JetMCDMatchingDupliacates>(cfgc, SetDefaultProcesses{}, TaskName{"jet-matching-mcd-ch-1"}));
return WorkflowSpec{tasks};
}

Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
tasks.emplace_back(adaptAnalysisTask<Charged1JetMCPMatchingDupliacates>(cfgc, SetDefaultProcesses{}, TaskName{"jet-matching-mcp-ch-1"}));
return WorkflowSpec{tasks};
}

0 comments on commit 5f5f97e

Please sign in to comment.