[dd4hep] Fix inappropriate patch line break (#16361)
Sometimes, text editors automate things a little too much...
This commit is contained in:
parent
703111c01b
commit
2d02769bea
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@ diff --git a/DDDigi/src/DigiKernel.cpp b/DDDigi/src/DigiKernel.cpp
|
|||
index f2c2e86c..f168ef9b 100644
|
||||
--- a/DDDigi/src/DigiKernel.cpp
|
||||
+++ b/DDDigi/src/DigiKernel.cpp
|
||||
@@ -273,7 +273,7 @@ void DigiKernel::submit(const DigiAction::Actors<DigiEventAc
|
||||
tion>& actions, Digi
|
||||
@@ -273,7 +273,7 @@ void DigiKernel::submit(const DigiAction::Actors<DigiEventAction>& actions, Digi
|
||||
if ( parallel ) {
|
||||
tbb::task_group que;
|
||||
for ( auto* i : actions )
|
||||
|
|
Loading…
Reference in a new issue