Details
Details
Diff Detail
Diff Detail
- Repository
- R4 Zanshin
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
The two big duplicated blocks of code in the "THEN" could be factorized with a lambda or just with for (auto t : {task, artifact.dynamicCast<Domain::Task>()}) { ... } I think.