Remove unnecessary whitespace

This commit is contained in:
Axel Boldt-Christmas 2026-01-27 08:43:38 +00:00
parent 5bd5f4c464
commit 8c735e82ff

View File

@ -34,8 +34,8 @@
template <typename Iterator>
class ZParallelApply {
private:
Iterator _iter;
Atomic<bool> _completed;
Iterator _iter;
Atomic<bool> _completed;
public:
ZParallelApply(ZGenerationIdOptional generation)